mirror of
https://github.com/cloudmaker97/JTL-Plugin-Template.git
synced 2025-12-06 00:18:34 +00:00
9 lines
No EOL
238 B
CSS
9 lines
No EOL
238 B
CSS
/* import tailwind */
|
|
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
/* If this isn't set, the navigation will be shown (due to a inaccurate css class from the original JTL template) */
|
|
#mainNavigation {
|
|
@apply visible;
|
|
} |