Skip to content

Commit

Permalink
Add additional @see comment to @todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAlbin committed Feb 10, 2014
1 parent 1a65a9b commit 486b062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ $indent-amount: 40px !default;
// support-legacy-browser() function with a version of our own.
// @TODO Remove this monkey patch after it's fixed in Compass.
// @see https://github.com/chriseppstein/compass/pull/1524
// @see also https://github.com/chriseppstein/compass/pull/1520
@function support-legacy-browser($browser, $min-version, $max-version: null, $threshold: $critical-usage-threshold) {
@if not index($supported-browsers, $browser) {
@return false;
Expand Down

0 comments on commit 486b062

Please sign in to comment.