Page 1 of 1

Error: File to import not found or unreadable: ../sass/theme/_theme

Posted: 05 Mar 2018, 15:18
by nbs
Hi,
I get the following error when I try to use the template.
Error: File to import not found or unreadable: ../sass/theme/_theme.
Load path: projectPath/src/main/webapp/resources on line 45 of src/main/webapp/resources/primefaces-california-green/theme.scss
Line 45 of this file contains
@import '../sass/theme/_theme';
I have placed california-layout and sass folder under resources and california-green in web.xml
<context-param>
<param-name>primefaces.THEME</param-name>
<param-value>california-green</param-value>
</context-param>
Is there anything I'm missing or not doing correctly?

Re: Error: File to import not found or unreadable: ../sass/theme/_theme

Posted: 06 Mar 2018, 07:23
by mert.sincan