1.2.1 • Published 6 months ago

basilcss v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

basilcss logo

Basil CSS

A simple and lightweight CSS framework for building custom user interfaces.

How to use

  1. Run npm install basilcss or yarn add basilcss in your project directory.
  2. Go to your root file for example main.jsx and write import 'basilcss' on top of your file.
  3. Start styling your project.

If you have a vanilla HTML/CSS/JS project just add this line in your <head> HTML tag above your root css file: <link rel="stylesheet" href="https://unpkg.com/basilcss@latest/basil.css"> Make sure it's above so you can overwrite and spice up your styles as you develop your project.

Like so:

<head>
<link rel="stylesheet" href="https://unpkg.com/basilcss@latest/basil.css">
// make sure it's above the main css file
<link rel="stylesheet" href="./styles/main.css">
</head>

Contributing

If you're interested in contributing to Basil CSS, please read our contributing docs before submitting a pull request.

Documentation

Link to documentation

1.2.0

6 months ago

1.0.9

10 months ago

1.2.1

6 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.1.9

7 months ago

1.1.8

7 months ago

1.1.7

7 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

9 months ago

1.1.3

9 months ago

1.1.2

10 months ago

1.1.12

7 months ago

1.1.11

7 months ago

1.1.10

7 months ago

1.1.16

7 months ago

1.1.15

7 months ago

1.1.14

7 months ago

1.1.13

7 months ago

1.1.17

7 months ago

1.0.10

7 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

11 months ago

1.0.1

11 months ago

0.0.98

11 months ago

0.0.99

11 months ago

0.0.97

11 months ago

0.0.96

11 months ago

0.0.95

11 months ago

0.0.94

11 months ago

0.0.93

11 months ago

0.0.92

11 months ago

0.0.91

11 months ago

0.0.90

11 months ago

0.0.89

11 months ago

0.0.88

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.0

11 months ago