1.1.1 • Published 8 years ago

niduscss-utils-state v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

niduscss-utils-state

npm

Classes that represent a state of a element.

Installation

$ npm install niduscss-utils-state

Usage

Import styles:

styles.css:

/* Utilities
   ========================================================================== */
@import "niduscss-utils-state";

/* Other styles */

Use in html files

<!-- Block scroll in body element -->
<body class="is-not-scrolling"></body>

<!-- Hide the element -->
<div class="is-hidden"></div>

<!-- Change cursor to pointer in a div element -->
<div class="is-clickable"></div>

Changelog