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)