mirror of
https://github.com/clearleft/clearless.git
synced 2026-01-10 06:07:56 -05:00
26 lines
817 B
Plaintext
26 lines
817 B
Plaintext
// ==============================================
|
|
// Clearless default settings
|
|
// ----------------------------------------------
|
|
// Override on a per-project basis as required.
|
|
// ==============================================
|
|
|
|
// General --------------------------------
|
|
|
|
@using-ieclasses: true; // whether or not the markup has html5-boilerplate style IE classes in it or not
|
|
@using-modernizr: false; // whether or not modernizer feature-detection classes are being used
|
|
|
|
// Typography --------------------------------
|
|
|
|
@base-font-size: 16; // base pixel font size. Used as a default for px-em conversions
|
|
|
|
// Sprites --------------------------------
|
|
|
|
@sprite-image: url('/example.png');
|
|
@sprite-grid: 50px;
|
|
|
|
// Grid --------------------------------
|
|
|
|
@total-columns: 16;
|
|
@column-width: 60px;
|
|
@gutter-width: 20px;
|