diff options
| author | Tom Byrer <[email protected]> | 2015-08-26 18:59:08 -0600 |
|---|---|---|
| committer | Tom Byrer <[email protected]> | 2015-08-26 18:59:08 -0600 |
| commit | d2930ce1ad063554e339ac28adb4bcccff087fed (patch) | |
| tree | d293ea34db196bd3fcc85b27bd2bfc8cbb221cfb | |
| parent | bdc10b4a5b0f4f1de14be446b007a0d91304f6a9 (diff) | |
| download | bootstrap-d2930ce1ad063554e339ac28adb4bcccff087fed.tar.xz bootstrap-d2930ce1ad063554e339ac28adb4bcccff087fed.zip | |
clarifies normalize.css is a dependency
Perhaps I'm a little slow & need to have things spelled out :)
https://github.com/twbs/bootstrap/issues/17301#issuecomment-134469886
| -rw-r--r-- | scss/_reboot.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 0c0accb8b..93726afe3 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -1,7 +1,7 @@ // Reboot // // Global resets to common HTML elements and more for easier usage by Bootstrap. -// Builds on the resets of Normalize.css. +// Adds additional rules on top of Normalize.css. // Reset the box-sizing |
