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

wocss/generic.sanitize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This module is DEPRECATED

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

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;
}

About

[DEPRECATED] Custom sanitize.css reset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages