top of page

chamy is a non-responsive CSS framework. it's really helpful to build a site without the need for separate stylesheets. even, you can add your class and id to implement in your style too, it's won't cut off you're limited to adding new codes, still work flawlessly like before even if you add your class and ids too

Highlights

    easy-to-use

    lightweight file size

    you can use any colors - hex, rgb, hsl

    supports units like px, rem, %

    external stylesheet not needed anymore

    override a css class names and ids too

    no more cut-off for your creativity

​

​

Installation


Highly Recommend to use CDN to load faster
<script src="https://cdn.jsdelivr.net/npm/chamy@1.2.0/chamy.min.js">
 
npm install chamy
bottom of page