Answer the question
In order to leave comments, you need to log in
Setting up an OptimizedHTML starter template?
Guys who worked with the starter template OptimizedHTML-4-master
The essence of the question, it works either on sass or on scss
How to set it up for regular css what to install what to write in gulp
If there is any kind of miniguide I will be very grateful
Answer the question
In order to leave comments, you need to log in
This starter template is not very good. It is designed strictly for one configuration, and in order to change something, you need to thoroughly rework the code. In your case, you need to add wiretapping for css
files.
In gulpfile.js
you will find, in several places, a line 'app/'+syntax+'/**/*.'+syntax+''
, it must be replaced with an array, if I'm not mistaken, it should work, because this is the expected functionality, and if not, then everything is bad.
[
"app/**/*.css",
"app/**/*.scss",
"app/**/*.sass",
]
.scss
and write regular css
code in them, well, existing *.css
files, you need to rename them to *.scss
and include them in the main one.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question