1.0.3 • Published 5 years ago

@wocss/generic-sanitize v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Sanitize

Generic

The @wocss/generic-sanitize module contains a custom sanitize.css.

Install using npm:

$ npm install @wocss/generic-sanitize --save

Usage

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

@import '~@wocss/generic-sanitize';

Custom features

Images should be fluid for responsive purposes
img {
  font-style: italic;
  max-width: 100%;
}

img[width],
img[height] {
  max-width: none;
}