Socket
Socket
Sign inDemoInstall

cestbleu

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cestbleu

Minimal set of basic CSS controls


Version published
Weekly downloads
22
increased by2100%
Maintainers
1
Install size
138 kB
Created
Weekly downloads
 

Changelog

Source

0.4.12 (2020-12-18)

  • Primary colors can be overwritten.

Readme

Source

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

Keywords

FAQs

Last updated on 18 Dec 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc