1.0.11 • Published 3 years ago

@basmonje/css v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago