diff options
| author | Chris Rebert <[email protected]> | 2016-03-05 22:34:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-05 22:34:59 -0800 |
| commit | 9aed469be81a1e86dff325052a96a8ae3d4b4dbc (patch) | |
| tree | f6a042c83990f095e4f41faee2cef301c635fe4b | |
| parent | 40c81c2ba354d16b7197e0f9fc01daa3a054094e (diff) | |
| download | bootstrap-9aed469be81a1e86dff325052a96a8ae3d4b4dbc.tar.xz bootstrap-9aed469be81a1e86dff325052a96a8ae3d4b4dbc.zip | |
_reboot.scss: Capitalization & periods in comment
For consistency with the rest of the file
[ci skip]
| -rw-r--r-- | scss/_reboot.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss index d01d31f68..4906cb470 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -171,10 +171,10 @@ a { } } -// and undo these styles for placeholder links/named anchors (without href) -// would be more straightforward to just use a[href] in previous block, but this -// causes specificity issues in many other styles that are too complex to fix -// see https://github.com/twbs/bootstrap/issues/19402 +// And undo these styles for placeholder links/named anchors (without href). +// It would be more straightforward to just use a[href] in previous block, but that +// causes specificity issues in many other styles that are too complex to fix. +// See https://github.com/twbs/bootstrap/issues/19402 a:not([href]) { color: inherit; |
