26 lines
755 B
SCSS
26 lines
755 B
SCSS
// Normalize.css is intended to be used as an alternative to CSS resets.
|
|
//
|
|
// @see https://necolas.github.io/normalize.css/
|
|
//
|
|
// This directory is a slight fork of this original source:
|
|
// normalize.css 8.0.1 | MIT License
|
|
|
|
|
|
// Universal
|
|
// ==========================================================================
|
|
|
|
// Broken into modular pieces to make it easier to edit.
|
|
@import 'document/document';
|
|
@import 'sections/sections';
|
|
@import 'grouping/grouping';
|
|
@import 'links/links';
|
|
@import 'text/text';
|
|
@import 'embedded/embedded';
|
|
@import 'forms/forms';
|
|
@import 'tables/tables';
|
|
@import 'interactive/interactive';
|
|
@import 'scripting/scripting';
|
|
|
|
// Note: we allow the .button component (loaded by forms) to override :link, by
|
|
// loading links first.
|