SU-SWS/decanter

View on GitHub
core/src/scss/utilities/placeholders/components/nav/_nav-item--expanded.scss

Summary

Maintainability
Test Coverage
@charset 'UTF-8';

///
/// Individual Nav Item -- Expanded
///
/// @name %nav-item--expanded
///
/// @group placeholder
%nav-item--expanded {
  > ul {
    display: flex;
  }
}