@kagarisoft/csc
v1.5.12
Published
A Cascading Style Component
Downloads
28
Maintainers
Readme
CSC (Cascading style component)
This Framework plans to cover only the important and necessary tags, as well as necessary styles, on the other hand, this Framework is oriented to a 2 typography design, the japanese language and the western typography (english, spanish). Also this Framework is based on Bootstrap.
The updates will be published little by little and will not follow a specific order, so some styles will not be prioritized, for example: Styles for the mobile version, or very specific styles.
Feel free to Fork and add things if you want to add more styles or fix existing ones.
For how to use check the wiki
How to install
Clone the repository and then run the following command:
npm install
How to build (Development)
This option will allow you to make live changes and view them instantly.
npm run css:watch
How to build
This option will only compile the css
npm run css:build
Note: Do not edit ".css" files, only edit ".scss" files.