Skip to content
This repository was archived by the owner on Jun 14, 2022. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 298 Bytes

File metadata and controls

5 lines (3 loc) · 298 Bytes

CSS build:scss and lint:scss tasks

Add your main style into src/sass without underscore (ex: app.scss). You can use any you need framework if you want. So task will watch src/sass folder.

Task of lint:scss is executing before build:scss. It's linting and reviewing your css code.