0

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
  • We need much more info than that, Gulp and Scss is not core Magento so can you at least explain how you have set this up? Commented Nov 10, 2020 at 10:02

1 Answer 1

1

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.

2
  • 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 server Commented Nov 9, 2020 at 19:37
  • 1
    I wouldn't recommend doing that, but if it works for now.. ¯_(ツ)_/¯ Commented Nov 9, 2020 at 19:45

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.