Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Removing Declarations with an Invalid Property Name

Choose a tag to compare

@hail2u hail2u released this 18 Jan 03:39
· 83 commits to master since this release

Sometimes your CSS file contains declarations with an invalid property name (e.g. _display, 00property). These declarations are ignored by a user agent. So, CSSWring should remove these declarations.