Getting Started
To start using CSSC in your proyect only add : <link rel="stylesheet" href="https://unpkg.com/wet-cssc/css/main.css"> in your <head> tag , that downloads the lastest version from the CDN.
Also you can download the entire project from Github or typing git clone https://github.com/wet333/CSSC.git main on your console.
Modifing the Project
After download the project type npm start on your console, and the changes on sass/scss files will update the main.css file
Project Structure
Sass Files :
- main.scss : here are imported all the files.
- _variables.scss : here you can change the theme colors.
- _reset.scss : a reset of default HTML styling.
- The rest of the folders have the styles of the elements corresponding to the folder's name.
CSS files :
- main.css : this is the sass compiled into css that you can use on your project.
Contribute
Any suggestion,help or criticism will be accepted.
Simply make a pull request to my Github.