I have issue getting gulp setup on my local DevOps Can I just modify the scss file and modify the CSS manually? Anything else I need to pay attention?
1 Answer
Have a look at Magento 2 - Blank theme - SASS version it is a SCSS based version of Magento 2 Blank theme, which aims to be as close to the core code as possible.
You can compile SASS files using Frontools or tools of choice. Frontools is a set of front-end tools for Magento 2, based on Gulp.js. It uses gulp, yarn, sass-lint, sass, csslint, browsersync, stylelint etc.
-
thanks for the suggestion, I knew I am asking a stupid question, for fast to get the work done, can I just manually modify the SCSS and CSS at the same time? Since I still have time to trouble shoot why I have problem by running the Gulp on the serverPaul Fan– Paul Fan2020-11-09 19:37:28 +00:00Commented Nov 9, 2020 at 19:37
-
1I wouldn't recommend doing that, but if it works for now.. ¯_(ツ)_/¯Stevie-Ray Hartog– Stevie-Ray Hartog2020-11-09 19:45:11 +00:00Commented Nov 9, 2020 at 19:45