You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parser is vaguely inspired by [CSS Syntax Module Level 3](http://www.w3.org/TR/css3-syntax) and [corresponding JS parser](https://github.com/tabatkins/parse-css).
8
8
@@ -44,7 +44,7 @@ The `bgcolor` attribute is inserted, in addition to the inlined `background-colo
44
44
45
45
Install tool:
46
46
47
-
$ go install github.com/aymerick/douceur
47
+
$ go install github.com/chris-ramon/douceur
48
48
49
49
Parse a CSS file and display result:
50
50
@@ -59,7 +59,7 @@ Inline CSS in an HTML document and display result:
0 commit comments