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.
This commit is contained in:
17
assets/styles/_variables.less
Normal file
17
assets/styles/_variables.less
Normal file
@@ -0,0 +1,17 @@
|
||||
// Grid settings
|
||||
// -------------------------
|
||||
|
||||
@main-sm-columns: @grid-columns;
|
||||
@sidebar-sm-columns: 4;
|
||||
|
||||
|
||||
// Brand colors
|
||||
// -------------------------
|
||||
|
||||
@brand-primary: #27ae60;
|
||||
|
||||
|
||||
// Glyphicons path
|
||||
// -------------------------
|
||||
|
||||
@icon-font-path: "../fonts/";
|
||||
Reference in New Issue
Block a user