1.0.1 • Published 8 years ago

wocss-objects-reset-list v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

This module is DEPRECATED

This module has been moved to trumps.utilities (and renamed to .u-list-reset)

Reset list

The wocss-objects-reset-list module contains the reset-list object.

Install using npm:

$ npm install --save wocss-objects-reset-list

Usage

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

// dependencies imports

@import '~wocss-objects-reset-list';

Then simply add the class to remove any styles that were previously set on a list.

<ul class="o-reset-list">
  <!-- here your content -->
</ul>

Dependencies