Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 331 Bytes

Simple Sass Workflow

A Simple Sass Workflow with NPM Script and Browser Sync

Start

npm start

(runs npm run watch:sass | npm run server)

Build

npn run build

(runs npm run sass && npm run sassmin) sass task runs Sass with autoprefixer sassmin task runs Sass with autoprefixer & compresses with cssnano