cestbleu

Minimal set of basic CSS controls

Usage no npm install needed!

<script type="module">
  import cestbleu from 'https://cdn.skypack.dev/cestbleu';
</script>

README

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