2.0.2 • Published 5 years ago

@wocss/objects-wrapper v2.0.2

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

WRAPPER

Object

The @wocss/objects-wrapper module contains the wrapper object.

Install using npm:

$ npm install @wocss/objects-wrapper --save

Usage

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

@import '~@wocss/objects-wrapper';

Then you can use the o-wrapper class for a responsive fixed width container:

<div class="o-wrapper">
  <!-- here your content -->
</div>

Modifiers

  • .o-wrapper--[1|2|3|4] alter the max-width.

Dependencies