UNPKG

onetwocss

Version:
33 lines (20 loc) 790 B
## Onetwocss (BETA) Onetwocss is a CSS framework that provides a set of utility classes to help you build your web projects faster and easier. ## Installation You can install Onetwocss using npm: ```bash npm install onetwocss ``` ## Usage 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"> ``` ## Documentation You can find the documentation for Onetwocss on the [official website](https://elovejo.com/onetwocss). ## License Onetwocss is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.