cgkineo / adapt-pageNav

Navigation bar component (quicknav clone)
GNU General Public License v3.0
6 stars 4 forks source link

New release 2.3.0 doesn't compile #46

Closed lehors closed 1 year ago

lehors commented 1 year ago

Subject of the issue/enhancement/features

Using the latest release my build fails with the following error:

Fatal error: NameError: error evaluating function `darken`: variable @btn-item-color is undefined in src/components/adapt-pageNav/less/pageNav.less on line 33, column 25:
32     &[aria-current="page"] {
33       background-color: darken(@btn-item-color, 20%);
34     }

Installing 2.2.1 solves the problem.

Your environment

ubuntu 22.04.2 node v14 authoring tool v0.11.1 framework v5.31.11

swashbuck commented 1 year ago

Caused by #32

swashbuck commented 1 year ago

Fix pending on #47

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.3.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: