JSFiddle - React, Tailwind, and code Playground
by Michel Penke
HTML
<summary id="test">
<details>Test</details>
</summary>
CSS
@-moz-document url-prefix():not()
{
}#test {
list-style: none;
color: red;
}
}
by Michel Penke
<summary id="test">
<details>Test</details>
</summary>
@-moz-document url-prefix():not()
{
}#test {
list-style: none;
color: red;
}
}