Skip to content

itsjzt/utility-CSS

Repository files navigation

utility-CSS

A minimal CSS library that consists of small classes to make modern components of your website.

Why we made this start with why

It started with a plan to make a CSS library that is highly reusable and immutable at the core. Instead of looking for the fancy features like modals and dropdowns. We tried to make something is easy to integrate into projects. It is so small that you can learn the whole library in minutes (look at Cheatsheet).

Getting Started

CDN: https://gitcdn.xyz/repo/itsjzt/utility-CSS/master/build/utility.css

At the core our library is just bunch of classes for simple CSS properties like padding, margin, font size etc. We compose them together to form a component like this button below:

<button class="-px-lg -py-sm -bg-info -txt-white -no-bd -h-shadow">Button</button>

button

looking at the classes you will get that they are short names of common CSS properties like -px-lg for padding large on the X axis and -bg-info for background denoting info message (Colors inspired from Bootstrap).

Try our library in codepen Pen.

Contributing contributions welcome

We still have a lot to get done now and we will genuinely appreciate if someone can give their valuable time to our project. We will try to be as helpful as possible for beginners. be sure to read our contribute.md.You can read our todo.md and try out hands on the code or docs.

View Some Examples

Simple Alert

fancy Buttons

Cards made simple

Further reads:

Read how can you add it to your project

Classes CheatSheet

Read about our conventions and Contribute Guide

Read about the core philosphy

Read more about Utility CSS

About

A minimal utility CSS library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •