Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 2.49 KB

README.md

File metadata and controls

75 lines (43 loc) · 2.49 KB

utility.css

A collection of useful CSS classes for every project

Intro

Use utility.css in your project to avoid writing your own utility classes for every project. This is a readymade utility file that contains CSS classes for all basic use cases like margin, padding, border and more.

Features

  • Ultra Lightweight - a single 11 KB css file
  • Compatible with all major frameworks
  • Non invasive with no CSS conflicts
  • One line integration

CSS classes

  • Margin
  • Padding
  • Border
  • Color
  • and more...

Documentation

Getting started

  1. Include the stylesheet on your document's <head>
<head>
  <link rel="stylesheet" href="utility.min.css">
</head>
  1. Add the required CSS class to the HTML element. You may also want to include multiple classes if needed.

Browser Compatibility

IE9+, Chrome, Firefox, Opera, Safari and everything else.

Bugs and feature requests

This project is maintained by CybrHome. If you encounter any issues while using this plugin or have any ideas for this plugin, feel free to create an issue or feature request on GitHub. Alternatively, you can write to the creators directly.

Creators

Shubham Badal

Ajeet Lakhani

License

The MIT License (MIT)

Copyright (c) 2016 CybrHome

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.