1.1.4 • Published 9 years ago

cssutilities v1.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

cssutilities

cssutilities is lightweight CSS layout utilities ~ 1KB

| easy to use & short naming convention

npm version Bower version GitHub version Join the chat at https://gitter.im/chetanraj/cssutilities GitHub license Made With Love

NPM

Using CDN

Copy this below line of code and paste it in the head of the html file(s) you want to include cssutilities in.

<link rel="stylesheet" href="https://npmcdn.com/cssutilities@1.1.2/css/cssutilities.min.css">

Quick Install

npm install -g cssutilities   |   bower install cssutilities

How to use

Add the downloaded css file path to the of your document:

<link rel="stylesheet" href="path/to/cssutilities.min.css">

and just use the short naming conventions, voila it's so easy.


SAMPLE STYLES

.m0 {
	margin: 0;
}

.m4x {
	margin: 4px;
}

.p0 {
	padding: 0;
}

.pt5x {
	padding-top: 5px;
}

.di {
	display: inline;
}

.fl {
	float: left;
}

.cb {
  clear: both;
}

Compatibility

Currently, cssutilities supports Google Chrome (tested v48+), Mozilla Firefox (tested 44+), and Internet Explorer (tested 11+). Mobile browsers are not currently tested but they may work.

License

MIT License

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago