Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iturbides committed Aug 4, 2023
1 parent da72021 commit db80c07
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<h2>A simple and hackable Style Sheet</h2>

<div>
<img src="https://img.shields.io/badge/NPM-v0.1.1 -blue?logo=npm">
<img src="https://img.shields.io/badge/GPLv3-License-orange?logo=mit">
<img src="https://img.shields.io/badge/CSS-Only-blue?logo=css3">
</div>



https://becss.dev 🔗

<p>beCSS is a lightweight (35kb), hackable, responsive, flat-style-ready, and Flexbox-based style sheet, created directly with CSS without any preprocessors. Since beCSS is a single file, it does not include javascript.</p>
Expand All @@ -19,6 +27,14 @@ https://becss.dev 🔗
7. KISS principle
8. It is improvable (of course)


<strong>Installation</strong>

```html
npm install becss
```


To see the documentation, please visit: https://becss.dev


0 comments on commit db80c07

Please sign in to comment.