Files
VDI-Starter/styles/navigation/index.css
2025-08-22 15:40:01 -05:00

20 lines
441 B
CSS

/**
* Navigation component
* A composite component consisting of
* following components:
* - nav-main-mega.php
* - menu-items
* - index.php
* - nav-functional.php
*
* Choose one or the other for the main navigation, based on theme needs.
*
* @import 'nav-main-default';
* @import 'nav-main-mega';
*/
@import "./nav-functional.css";
@import "./nav-aux.css";
@import "./nav-main-default.css";
@import "./nav-footer.css";