/og-css

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

Primary LanguageSCSSMIT LicenseMIT



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'