onetwocss
Version:
CSS framework - Beta
33 lines (20 loc) • 790 B
Markdown
Onetwocss is a CSS framework that provides a set of utility classes to help you build your web projects faster and easier.
You can install Onetwocss using npm:
```bash
npm install onetwocss
```
Once installed, you can import the framework into your project using the following import statement:
```css
@import "onetwocss/dist/onetwocss.min.css";
```
Or using a CDN:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/onetwocss/dist/onetwocss.min.css">
```
You can find the documentation for Onetwocss on the [official website](https://elovejo.com/onetwocss).
Onetwocss is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.