cannot compile main.scss as installation guide #25
-
Hello friends. I install webpixel via npm. I follow web installation guide (https://webpixels.io/docs/css/v1.2/installation) creating main and utilities .sccs file with lines as follows: `@import "@webpixels/css/base"; // Load all the components Compiler only looks for _base.scss & _forms.scss & _components.sccs files and reports unreadable file as this message: File to import not found or unreadable: @webpixels/css/base. I use Scout compiler and not very good with commands unless I was told line per line. Coud you please help me with this rockie issue ? Thanks in advance and congrat for your product Eduardo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, I think it would be easier for you to just use the Sass CLI instead. Run
Make sure scss:dist/ are the folders you use in your project. |
Beta Was this translation helpful? Give feedback.
Hi,
I think it would be easier for you to just use the Sass CLI instead. Run
npm i sass
and the run the following command:Make sure scss:dist/ are the folders you use in your project.