Skip to content

ezze/cestbleu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C'est Bleu

npm version Downloads/month License: MIT

This is a SASS-based CSS framework consisting of basic HTML controls such as buttons, labels, inputs, selects, checkboxes, radios and simple components such as rows and blocks purposed for controls' grouping and positioning.

Building

In order to build the framework follow these simple steps:

  1. Install Node.js and NPM.

  2. Clone this repo.

  3. Run the following command from repo's root directory:

    npm install
  4. Build CSS:

    npm run build

    and find generated files in dist directory.

  5. Start local web server:

    npm start

    and see the results in a browser accessing http://localhost:6060.

License

MIT

About

Minimal set of basic CSS controls

Resources

License

Stars

Watchers

Forks

Packages

No packages published