Browse Source

Merge pull request #1106 from ryangjchandler/fix/x-cloak-css

fix: x-cloak css in README
Caleb Porzio 4 years ago
parent
commit
53416f7f75
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -635,7 +635,9 @@ The object keys are the directives (Can be any directive including modifiers), a
 
 
 ```html
 ```html
 <style>
 <style>
-    [x-cloak] { display: none; }
+    [x-cloak] {
+        display: none !important;
+    }
 </style>
 </style>
 ```
 ```