1.0.11 • Published 2 years ago

@basmonje/css v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Library of styles for educational purposes.

Install 🪄

Install files from NPM

npm install --save @basmonje/css

Get files from CDN 📁

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/@basmonje/css@1.0.10/lib/index.min.css"
/>

Getting started 🚀

Import from a Javascript file with React

import '@basmonje/css';

It is recommended: Add directly to the style sheet

@import '@basmonje/css';

Use ✋

To add the utilities they must be added as classes in the html elements

<div class="text-2xl">Hello World!</div>
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.2

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago