Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
59 lines (46 loc) · 1.61 KB

README.md

File metadata and controls

59 lines (46 loc) · 1.61 KB



A CSS package built on top of tailwind.css with more utility classes and enhanced flexibility.


Depfu Build Status Total Downloads Summary of all dependencies Latest Release License


Quick install

OG-CSS is constantly in development and evolving! Try it out now:

NPM

npm install og-css

or

Yarn

yarn add og-css

Bower

bower install og-css

Import

After installation, you can import the CSS file into your project using this snippet:

import 'og-css/dist/og.css'

Or import the scss file:

import 'og-css/sass/og'