bl-css
v0.12.0
Published
Lightweight and Super Hackable CSS framework(by a Kid)
Maintainers
Readme
bl CSS
A hackable, blueviolet, ultra lightweight CSS framework!
bl-css is supposed to be a CSS framework that is Ultra Lightweight, even while being readable! Currently its <6KB (Unminified, With Comments, and Readable)! exactly 5.83KB from tooltilities.com
0.12.0 - Release notes(by Dev)
Cat hate clunky grey scrollbar
Clunky grey scrollbar is Gone, Poof!
Now there is a better scrollbar. a smooth purple scrollbar :P! Invisible background means any background in the scrollbar! :D
Preview
How to Change Accent Color?
To change from the original blueviolet theme you have to open the mainbl.css file and you can change the following:
:root{
--_: rgb(/* Your accent's RGB here */);
--_4: rgba(/* Your RGB */, 0.4);
--_6: rgba(/* Your RGB */, 0.6);
}Repo
The bl-css repo is on GitHub
You can also make an issue on GitHub to request features
How to use?
Plug 'n' Play (not recommended for big sites)
Add this to your HTML for the latest&greatest version:
<link rel='stylesheet' href='https://esm.sh/bl-css' />Its a very short URL too! (credit to esm.sh)
Download
1. NPM
This is the most recommended method
Run this in your terminal(for latest version):
npm install bl-cssIf you'd want, you can target a specific version:
npm install bl-css@version
# note: version to be replaced with actual version or the alien will eat bl-css2. GitHub
This is not recommended as I most of the time forget to make a release on github T-T
Go to the official GitHub repo releases and download a certain version you want.
Have a Nice day Using it :D
Forever Free :D
