MatteuSan/himig

Make elevation have an optional "off switch" for SCHeader, SCAppbar, SCNavbar

Closed this issue · 0 comments

/// @example - Make elevation have an optional off switch in their `render()` mixins `$settings` param.
@include SCHeader.render(
  $settings: (
    'no-elevation' // default-value: 'has-elevation'
  )
);