CSSC

A simple CSS classless framework to make responsive prototyping on seconds.

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 :

CSS files :

Contribute

Any suggestion,help or criticism will be accepted.

Simply make a pull request to my Github.