]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
_reboot.scss: Capitalization & periods in comment
authorChris Rebert <github@chrisrebert.com>
Sun, 6 Mar 2016 06:34:59 +0000 (22:34 -0800)
committerChris Rebert <github@chrisrebert.com>
Sun, 6 Mar 2016 06:34:59 +0000 (22:34 -0800)
For consistency with the rest of the file
[ci skip]

scss/_reboot.scss

index d01d31f68cdd882892bdb13eb82d89a320640c3f..4906cb470a169cae8b2899213c36ed3ab8dbcb31 100644 (file)
@@ -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;