iflashlord / sass-setup

cli to quickly set up your sass files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage

Install as a dev dependency on a particular project:

yarn add -D sass-setup
npx sass-setup

Install globally:

yarn global add sass-setup
# now you don't have to prefix this command with npx!
sass-setup

About

cli to quickly set up your sass files

License:MIT License


Languages

Language:SCSS 56.6%Language:JavaScript 43.4%