Hi everyone,
I recently publish a npm package that create a scss directory structure into your repo.
It can be helpful when you start a new project and you don't want to spend too much time making folders and files to organize your styles.
π Structure
scss
β
βββ abstracts
β βββ functions.scss
β βββ helpers.scss
β βββ mixins.scss
β βββ variables.scss
β
βββ base
β βββ global.scss
β βββ reset.scss
β βββ shame.scss
β βββ typography.scss
β
βββ components
β βββ alert.scss
β βββ banner.scss
β βββ buttons.scss
β βββ card.scss
β βββ forms.scss
β βββ icons.scss
β βββ menu.scss
β βββ modal.scss
β βββ progress.scss
β βββ table.scss
β
βββ layout
β βββ footer.scss
β βββ grid.scss
β βββ header.scss
β βββ navigation.scss
β βββ sidebar.scss
β
βββ pages
β βββ home.scss
β
βββ themes
β βββ theme.scss
β
βββ vendor
β
βββ main.scss
β¨ Installation
node js
is required -> download
# Install the package
npm i create-scss-cli
#execute the command with
cs-cli
Documentation
π https://www.createscss.com/
π https://github.com/maximedaraize/create-scss-cli
π https://www.npmjs.com/package/create-scss-cli
Conclusion
I would really apreciate any feedback. This is a side-projcet but I have the intention to keep working on it. Any help is welcome π
Hope someone will find this useful π€·ββοΈ
Thanks for reading,
Max
Top comments (0)