11 lines
412 B
Sass
11 lines
412 B
Sass
// Here is where you can define your constants for your application and to configure the blueprint framework.
|
|
// Feel free to delete these if you want keep the defaults:
|
|
|
|
!blueprint_grid_columns = 24
|
|
!blueprint_grid_width = 30px
|
|
!blueprint_grid_margin = 10px
|
|
|
|
// If you change your grid column dimensions
|
|
// you can make a new grid background image from the command line like this:
|
|
// compass grid-img 30+10x16
|