25 lines
692 B
SCSS
25 lines
692 B
SCSS
// Customize Foundation settings before loading the framework
|
|
// @use '_settings' with (
|
|
// // Override default variables
|
|
// $primary-color: #1779ba,
|
|
// $header-color: green
|
|
// );
|
|
|
|
// @import 'foundation-sites/scss/foundation';
|
|
@import 'foundation_and_overrides';
|
|
|
|
// @import 'foundation-sites/scss/util/util';
|
|
|
|
// Include specific Foundation components (optional)
|
|
// see https://get.foundation/sites/docs/sass.html#adjusting-css-output
|
|
@include foundation-global-styles;
|
|
@include foundation-grid;
|
|
@include foundation-typography;
|
|
@include foundation-forms;
|
|
@include foundation-button;
|
|
// Add more components as needed
|
|
|
|
@import 'my_styles';
|
|
|
|
// @import 'fancybox';
|
|
@import 'photoswipe';
|