Ensure that the navbar works without JS
This commit is contained in:
parent
f356028ee4
commit
e2c9f291b5
5 changed files with 13 additions and 4 deletions
|
@ -5,3 +5,4 @@
|
|||
@import './components.css';
|
||||
|
||||
@import 'tailwindcss/utilities';
|
||||
@import './utilities.css';
|
||||
|
|
3
resources/css/utilities.css
Normal file
3
resources/css/utilities.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.no-js .js-hidden {
|
||||
display: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue