0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Fix a few stylelint issues.

This commit is contained in:
XhmikosR 2019-02-18 18:00:38 +02:00
parent b9e59e96af
commit e7974e4519
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// stylelint-disable selector-no-qualifying-type */ // stylelint-disable selector-no-qualifying-type
// //
// Button groups // Button groups

View File

@ -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