Page 1 of 1

Error compiling SASS

Posted: 02 Sep 2020, 19:49
by tuyendangduc
Hi,
I run this command on tag folder:
sass --update src/main/webapp/resources:src/main/webapp/resources --no-source-map
and got error:
Image

then I run the project, I got error on the index page:
Image

Sorry, I can not paste the error text. Please help me.
Regards.

Error compiling SASS

Posted: 09 Sep 2020, 17:39
by hernandiego
the same thing happens to me in windows 10. please help.
C:\paradise-3.0.0\tag>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.
Compiled src\main\webapp\resources\paradise-layout\css\layout-bliss.scss to src\main\webapp\resources\paradise-layout\css\layout-bliss.css.
.
.
.

@import './designer/_theme';

src\main\webapp\resources\sass\theme\_theme.scss 3:9 @ import
src\main\webapp\resources\primefaces-paradise-blue\theme.scss 7:9 root stylesheet

Error: Can't find stylesheet to import.
.
.
.
\sass\_theme.scss

Code: Select all

@import '../variables/_theme';
@import '../overrides/_theme_variables';
@import './designer/_theme'; -- Origin of the problem
@import '../overrides/theme_styles';
primefaces-paradise-blue\theme.scss

Code: Select all

$primaryColor:#3984b8 !default;
$primaryLightColor: scale-color($primaryColor, $lightness: 60%) !default;
$primaryDarkColor: scale-color($primaryColor, $lightness: -10%) !default;
$primaryDarkerColor: scale-color($primaryColor, $lightness: -20%) !default;
$primaryTextColor: #f8fafc;

@import '../sass/theme/_theme'; -- origin of the problem
sass version

Code: Select all

C:\>sass --version
1.26.10

Re: Error compiling SASS

Posted: 11 Sep 2020, 16:04
by mert.sincan
Sorry for the delayed response! Please download the latest version(3.0.1)

Best Regards,