Skip to content

Commit

Permalink
Merge pull request alpinejs#1106 from ryangjchandler/fix/x-cloak-css
Browse files Browse the repository at this point in the history
fix: x-cloak css in README
  • Loading branch information
calebporzio authored Feb 17, 2021
2 parents c5f183b + 4d51dbf commit 53416f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,9 @@ The object keys are the directives (Can be any directive including modifiers), a

```html
<style>
[x-cloak] { display: none; }
[x-cloak] {
display: none !important;
}
</style>
```

Expand Down

0 comments on commit 53416f7

Please sign in to comment.