Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
/ utilities.widths Public archive

[DEPRECATED] Utilities classes for dealing with widths

Notifications You must be signed in to change notification settings

wocss/utilities.widths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This module is DEPRECATED

This module has been moved to the monorepo wocss (and renamed to @wocss/utilities-widths)

WIDTHS

Utility

The wocss-utilities-widths generates a series of utility classes that give a fluid width to whichever element they’re applied. These classes are most commonly used in conjunction with the wocss-objects-grid module,

Install using npm:

$ npm install wocss-utilities-widths --save

Usage

With a tool like webpack you can import this module writing:

@import '~wocss-utilities-widths';

All classes might be suffixed with @[mobile|tablet|laptop] by default, see the wocss-settings-breakpoints.

e.g.:

<div class="u-6/12 u-8/12@tablet"></div>

About

[DEPRECATED] Utilities classes for dealing with widths

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages