Closed TakanaNoHana closed 6 years ago
Hi. For Sass support you need add task for compile sass files. Some time ago another developer was already asking about this. #52 Question: Stylus to Sass
Thanks for replying. I saw the question but the solution wasn't what I looked for. I don't want to lose the CSS framework gulp-front has, and I has taken a liking to Stylus, I want to keep using it instead of replacing with Sass. So I wonder if I can add tasks for compiling sass files but keep using Stylus at the same time?
Yes of course. You can use a stylus
and sass
files at the same time.
gulp.watch
to the watch taskps. If you want using bootstrap it could be complicated on same page, because both gulp-front and bootstrap has same class names. e.g. .button, .table or global styles for h1-6, p etc.
Do I need to change from Stylus to Sass? Sorry if the question is silly, I'm very new to this.