mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Fix a few stylelint issues.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// stylelint-disable selector-no-qualifying-type */
|
// stylelint-disable selector-no-qualifying-type
|
||||||
|
|
||||||
//
|
//
|
||||||
// Button groups
|
// Button groups
|
||||||
|
|||||||
+1
-1
@@ -219,7 +219,7 @@
|
|||||||
|
|
||||||
// Give the progress background some depth
|
// Give the progress background some depth
|
||||||
.progress {
|
.progress {
|
||||||
#gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)
|
#gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mixin for generating new styles
|
// Mixin for generating new styles
|
||||||
|
|||||||
Reference in New Issue
Block a user