Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veeeetzzzz/barecss
Why use frameworks when you have the original magic?
https://github.com/veeeetzzzz/barecss
Last synced: 12 days ago
JSON representation
Why use frameworks when you have the original magic?
- Host: GitHub
- URL: https://github.com/veeeetzzzz/barecss
- Owner: Veeeetzzzz
- Created: 2023-10-01T21:30:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T21:35:43.000Z (over 1 year ago)
- Last Synced: 2024-11-12T05:35:37.473Z (2 months ago)
- Language: CSS
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BareCSS
Why use frameworks when you have the original magic?
# Features
Ultra Lightweight: 0KB minified and zipped. Because it's basically nothing.
Super Fast: Renders at the speed of your browser's default rendering engine.
Zero Dependencies: It's just CSS!
Fully Compatible: Works on every browser ever made (that supports CSS).# Installation
Grab the latest version of BareCSS from our this repo, it's one file.
Link the bare.css file in your HTML document within the section.
html
Write CSS As Usual
Start crafting your styles in your own CSS file or within tags in your HTML. BareCSS doesn't change the way you write CSS; it just makes it more... bare.
Example:
css
.myClass {
color: blue;
}Celebrate! 🎉
You're now using BareCSS