Skip to content

newbornfrontender/postcss-sass-sample

Repository files navigation

PostCSS and SASS sample

Example of how to use PostCSS and SASS

Used PostCSS dependencies

Used Stylelint dependencies

Install dependencies

$ yarn

List of available commands

$ yarn <command name>
Commands Description
format Formatting code with Prettier
lint:check Check conflict CSS rules in Stylelint
lint:fix Fix conflicts in CSS files with Stylelint and format with Prettier
clean Remove dist directory
compile Transpile code with PostCSS
compile:start Watch for transpiling code with PostCSS in development mode
compile:build Transpile code with PostCSS in production mode

License

MIT