This module has been moved to the monorepo wocss (and renamed to
@wocss/generic-sanitize
)
Generic
The wocss-generic-sanitize
module contains a custom sanitize.css.
Install using npm:
$ npm install wocss-generic-sanitize --save
With a tool like webpack you can import this module writing:
@import '~wocss-generic-sanitize';
img {
font-style: italic;
max-width: 100%;
}
img[width],
img[height] {
max-width: none;
}