blob: 2689262bb6ea9f9599bfcb13d195b279c255e019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* 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";
|