19 lines
912 B
Plaintext
19 lines
912 B
Plaintext
// bower:less
|
|
@import "../../bower_components/bootstrap/less/bootstrap.less";
|
|
// endbower
|
|
|
|
@import "_variables"; // Variable overrides and custom variables
|
|
@import "_global"; // Base styling & custom mixins
|
|
@import "components/_buttons"; // Button tweaks
|
|
@import "components/_comments"; // Comment styling
|
|
@import "components/_forms"; // Form tweaks
|
|
@import "components/_media"; // WordPress media
|
|
@import "components/_wp-classes"; // WordPress generated classes
|
|
@import "layouts/_general"; // General styling
|
|
@import "layouts/_header"; // Header styling
|
|
@import "layouts/_sidebar"; // Sidebar styling
|
|
@import "layouts/_footer"; // Footer styling
|
|
@import "layouts/_pages"; // Page styling
|
|
@import "layouts/pages/_home"; // Home page styling
|
|
@import "layouts/_posts"; // Post styling
|