17 lines
477 B
SCSS
17 lines
477 B
SCSS
/* Welcome to Compass.
|
|
* In this file you should write your main styles. (or centralize your imports)
|
|
* Import this file using the following HTML or equivalent:
|
|
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
|
|
|
|
// @import "vendor/normalize";
|
|
// @import "reset";
|
|
@import "compass/reset";
|
|
@import "reset";
|
|
|
|
@import "font-awesome-compass";
|
|
@import "font-awesome";
|
|
|
|
@import "variables";
|
|
@import "mixins";
|
|
|
|
@import "base";
|