Files
bedrock/assets/styles/_variables.less
Austin Pray 3a4ae77b1e Reorganizes asset file structure
Separates assets into
- Source assets: `assets`
- Compiled assets: `dist`

Edits assets.php to reflect changes

Removes '.min' from filenames

Fixes:
- removes 'clean' from build step.
2014-11-24 12:34:11 -06:00

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/";