Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@wocss/objects-wrapper

wocss10MIT2.0.2

wocss' wrapper object

bemit, itcss, scss, wocss

readme

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

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.2 (2019-07-28)

Note: Version bump only for package @wocss/objects-wrapper

2.0.1 (2019-07-28)

Note: Version bump only for package @wocss/objects-wrapper

2.0.0 (2019-07-28)

Note: Version bump only for package @wocss/objects-wrapper

2.0.0-0 (2019-07-28)