diff options
| author | Mark Otto <[email protected]> | 2015-09-01 21:19:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-09-01 21:19:12 -0700 |
| commit | f8e13cb35f0b8b61efcb10b3c05b335105c42349 (patch) | |
| tree | cece3763fb07d2c147b2ba634a211b6519fb02ac | |
| parent | 468a9d9359a1008675b2c19a1fae1d9016a7686d (diff) | |
| parent | d2930ce1ad063554e339ac28adb4bcccff087fed (diff) | |
| download | bootstrap-f8e13cb35f0b8b61efcb10b3c05b335105c42349.tar.xz bootstrap-f8e13cb35f0b8b61efcb10b3c05b335105c42349.zip | |
Merge pull request #17358 from tomByrer/patch-1
clarifies that normalize.css is a dependency of reboot
| -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 2b2721561..8a70714b8 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 |
