You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error below on build. The light-bootstrap-dashboard.css file is created normally but one of the variables ($sidebar-width) is not being replaced.
Lexical error on line 1: Unrecognized text. Erroneous area: 1: 100% - $sidebar-width ^.........^
This is my script: "build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
The text was updated successfully, but these errors were encountered:
I'm getting the error below on build. The
light-bootstrap-dashboard.css
file is created normally but one of the variables ($sidebar-width) is not being replaced.Lexical error on line 1: Unrecognized text. Erroneous area: 1: 100% - $sidebar-width ^.........^
This is my script:
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
The text was updated successfully, but these errors were encountered: