Theme style compiler reqire some dependecies. Run following command in terminal npm i
.
npm run css:watch
- watch changes in scss files;npm run stylefmt
- preformatting scss files, solve minor formating scss problem, proper formation ect. Sometimes need to run multiple times, untill any files will be changednpm run stylelint
- basic style validationnpm run css:build
- Make sure that you run following command before deploying theme into production. In production mode theme usestyle.min.css
, so if you made some changes in scss you wount be able to see your changes.