gloabalizing settings for [hidden=true] attribute
This commit is contained in:
parent
1dc4f26a38
commit
128774255e
|
|
@ -12,6 +12,10 @@ html {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
*[hidden='true'] {
|
||||
@apply !hidden;
|
||||
}
|
||||
|
||||
details {
|
||||
@apply bg-white shadowed rounded-2xl mb-4 px-8 py-6;
|
||||
summary {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user