forked from mirrors/hugo-tufte
70c7b91f81
* Convert css to scss entirely Fixes #15 * tufte css is now a scss file
11 lines
260 B
SCSS
11 lines
260 B
SCSS
// Import Now
|
|
//
|
|
// If you import this module directly, it will immediately output all the CSS
|
|
// needed to normalize default HTML elements across all browsers.
|
|
//
|
|
// ```
|
|
// @import "normalize/import-now";
|
|
// ```
|
|
|
|
@import '../normalize';
|
|
@include normalize();
|