This module has been moved to trumps.utilities (and renamed to
.u-list-reset
)
The wocss-objects-reset-list
module contains the reset-list object
.
Install using npm:
$ npm install --save wocss-objects-reset-list
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>