wocss-objects-reset-listdeprecated

[DEPRECATED] wocss' reset-list object

Usage no npm install needed!

<script type="module">
  import wocssObjectsResetList from 'https://cdn.skypack.dev/wocss-objects-reset-list';
</script>

README

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