Skip to content

Commit

Permalink
Improve defaults’ comments
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Mar 8, 2013
1 parent 09a60ea commit 76ef95b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $responsive: true!default;

/**
* Responsiveness for widescreen/high resolution desktop monitors and beyond?
* Note: $responsive parameter above must be enabled before enabling this.
* Note: `$responsive` variable above must be set to true before enabling this.
*/
$responsive-extra: false!default;

Expand All @@ -78,13 +78,19 @@ $responsive-extra: false!default;
* definitely need them.
*/
$push: false!default;
/**
* Note: `$push` variable above must be set to true before enabling these.
*/
$palm-push: false!default;
$lap-push: false!default;
$lap-and-up-push: false!default;
$portable-push: false!default;
$desk-push: false!default;

$pull: false!default;
/**
* Note: `$pull` variable above must be set to true before enabling these.
*/
$palm-pull: false!default;
$lap-pull: false!default;
$lap-and-up-pull: false!default;
Expand Down

0 comments on commit 76ef95b

Please sign in to comment.