mirror of
https://github.com/danog/sass-site.git
synced 2024-12-17 03:47:17 +01:00
26a515c3a9
* [docNav] Moved h3 title into nav wrapper * [docNav] Init styles for doc navigation component * [docNav] Import doc navigation component into sass.css.scss * [docNav] Functional to make doc navigation sticky on scroll * [docNav] Rename js class name and changed from single to double quotes * [docNav] Change class name to sl-js-nav--is-sticky * [docNav] renamed doc-navigation to navigation and removed nesting * [docNav] renamed doc-navigation to navigation * [docNav] Added carriage return after h3
39 lines
757 B
SCSS
Executable File
39 lines
757 B
SCSS
Executable File
/*! Sass */
|
|
|
|
@charset 'utf-8';
|
|
|
|
@import
|
|
'vendor/normalize',
|
|
'vendor/sanitize',
|
|
'vendor/html5-boilerplate',
|
|
'vendor/syntax',
|
|
'vendor/jquery-ui-custom/jquery-ui',
|
|
'vendor/jquery-ui-custom/jquery-ui-structure',
|
|
'vendor/jquery-ui-custom/jquery-ui-theme',
|
|
|
|
'functions',
|
|
'breakpoints',
|
|
|
|
'visual-design/theme',
|
|
'visual-design/typography',
|
|
|
|
'layout/containers',
|
|
'layout/grid-system',
|
|
'layout/holy-grail',
|
|
'layout/sections',
|
|
|
|
'components/alerts',
|
|
'components/buttons',
|
|
'components/callouts',
|
|
'components/navigation',
|
|
'components/inputs',
|
|
'components/introduction',
|
|
'components/link-header',
|
|
'components/lists',
|
|
'components/pop-stripe',
|
|
'components/sass-syntax-switcher',
|
|
'components/tables',
|
|
|
|
|
|
'regions/banner';
|