Outputs all features and styles available to o-header-services
This example outputs styles for a header with an origami logo, and a primary navigation with dropdowns.
@include oHeaderServices($opts: (
'types': ('primary-nav'),
'features': ('drop-down'),
'logo': 'origami'
))
This example changes the breakpoint at which the primary navigation is hidden behind a drawer.
@include oHeaderServices($opts: (
'types': ('primary-nav'),
'features': ('drop-down'),
'logo': 'origami',
'drawer-breakpoint': 'L'
))