diff --git a/.eslintignore b/.eslintignore index aa87ddd8..6df4bd28 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ /dist /test/cases /test/js +/test/manual diff --git a/README.md b/README.md index dc02a7f2..87c73feb 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,16 @@ module.exports = { } ``` +### Features + +#### Using preloaded or inlined CSS + +The runtime code detects already added CSS via `` or ` + + + +
+Lazy CSS: Must be red, but turn green when .
+But turn orange, when . Additional clicks have no effect.
+Refresh and press buttons in reverse order: This should turn green instead.
+Preloaded CSS: Must be green.
+displays an alert but has no styling effect.
+Preloaded inlined CSS: Must be green.
+displays an alert but has no styling effect.
+