* New `common/` folder for `_variables` and `_global` * Move grid styles to new `_grid` component * Remove `layouts/pages/_home`
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
// Grid settings
|
|
// -------------------------
|
|
|
|
@main-sm-columns: @grid-columns;
|
|
@sidebar-sm-columns: 4;
|
|
|
|
|
|
// Brand colors
|
|
// -------------------------
|
|
|
|
@brand-primary: #27ae60;
|
|
|
|
|
|
// Glyphicons path
|
|
// -------------------------
|
|
|
|
@icon-font-path: "../fonts/";
|