Make child links toggleable
This commit is contained in:
parent
5a2df50e90
commit
702b755319
3 changed files with 24 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
@layer base {
|
||||
[x-cloak] {
|
||||
display: none
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue