Basic CSS starter kit that uses CSS variables by default
Chipolette is a CSS framework and starter kit that is designed to replace Bootstrap. It is a fork from Shoelace and Bootstrap and fully embraces CSS variables and custom properties. It does not require compilation to change colors or sizes, making it easier to use. Chipolette is written in LESS and is compatible with evergreen browsers and older ones that support CSS variables. For older IE versions and other outdated browsers, there is a polyfill available. Chipolette is licensed under MIT and is maintained by Marcis Bergmanis.
To install the stable version of Chipolette, you can use npm as your package manager. Perform the following steps:
npm install chipolette
@import 'chipolette';
or
@import url('https://unpkg.com/chipolette/dist/chipolette.min.css');
Please note that the above steps assume you are using npm as your package manager. If you are not using npm, you can still access Chipolette on unpkg.
Chipolette is a CSS framework and starter kit that offers simplicity and flexibility for developers. With its focus on CSS variables and custom properties, Chipolette provides easy customization without the need for compilation. This lightweight framework, written in LESS, is designed to replace Bootstrap and can be used with CSS variables. With compatibility for evergreen browsers and a polyfill available for outdated browsers, Chipolette ensures a seamless user experience. So if you’re looking for a CSS framework that is lightweight, easy to use, and highly customizable, give Chipolette a try.