Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

wocss/tools.resets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

This module is DEPRECATED

This module has been moved to the monorepo wocss (and renamed to @wocss/tools-resets)

RESETS

Tool

The wocss-tools-resets module contains mixins that allows reset styles.

Install using npm:

$ npm install wocss-tools-resets --save

Usage

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

@import '~wocss-tools-resets';

Mixins

Then you can use these mixins:

reset-list()

Removes any styles that were previously set on a list.

.items {
  @include reset-list();
}

Result:

.items {
  list-style: none;
  padding-left: 0;
}

About

[DEPRECATED] wocss resets mixins

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages