mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
move from csslint to stylelint
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* stylelint-disable selector-no-qualifying-type */
|
||||
|
||||
//
|
||||
// Component animations
|
||||
// --------------------------------------------------
|
||||
@@ -10,6 +12,7 @@
|
||||
.fade {
|
||||
opacity: 0;
|
||||
.transition(opacity .15s linear);
|
||||
|
||||
&.in {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user