Error compiling SASS

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
tuyendangduc
Posts: 2
Joined: 02 Sep 2020, 17:01

02 Sep 2020, 19:49

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.

hernandiego
Posts: 4
Joined: 09 Aug 2018, 02:07

09 Sep 2020, 17:39

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

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

11 Sep 2020, 16:04

Sorry for the delayed response! Please download the latest version(3.0.1)

Best Regards,

Post Reply

Return to “Paradise - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 3 guests