With this change, on my browser, reloading a page in development after changing a CSS file is about 10%-15% faster. On the minus side, this change results in an extra request when browsing the page; AFAIK it isn't that big of a deal, even when the server isn't using HTTP/2.
11 lines
247 B
SCSS
11 lines
247 B
SCSS
@charset "utf-8";
|
|
|
|
@import "foundation-sites/scss/util/util";
|
|
@import "consul_custom_overrides";
|
|
@import "consul_settings";
|
|
@import "settings";
|
|
@import "custom_settings";
|
|
@import "foundation-sites/scss/foundation";
|
|
|
|
@import "motion-ui/motion-ui";
|