JTL-Plugin-Template/frontend/webpack/stylesheets/main.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;
}