Page 1 of 1

Manhattan 5.1.0 CSS doesn't work

Posted: 09 Feb 2022, 22:13
by ritonglue

Code: Select all

> sass --update .\src\main\webapp\resources:src/main/webapp/resources --no-source-map
Compiled src\main\webapp\resources\demo\css\demo.scss to src\main\webapp\resources\demo\css\demo.css.
Error: Interpolation isn't allowed in plain CSS.
Followed by

Code: Select all

mvn clean jetty:run
The page at http://localhost:8080/manhattan/ doesn't show any css.

Code: Select all

> sass --version
1.49.7 compiled with dart2js 2.15.1

Re: Manhattan 5.1.0 CSS doesn't work

Posted: 10 Feb 2022, 13:07
by ritonglue
You have to apply to command supplied by the documentation and it works. Beware of slashes

Code: Select all

sass --update src/main/webapp/resources:src/main/webapp/resources --no-source-map

Re: Manhattan 5.1.0 CSS doesn't work

Posted: 14 Feb 2022, 03:36
by mert.sincan
Glad to hear, thanks a lot for your update!

Best Regards,