12 lines
245 B
SCSS
12 lines
245 B
SCSS
/*
|
|
* Epoch Master SCSS
|
|
*
|
|
* Includes the core styles and all the themes to produce the complete epoch css file.
|
|
*
|
|
* By Ryan Sandor Richards
|
|
* Copyright 2013 Fastly, Inc.
|
|
*/
|
|
|
|
@import "core";
|
|
@import "themes/default";
|
|
@import "themes/dark";
|