Adding support for bower and reorganizing so when its used via bower it will be manageable for a dev.
This commit is contained in:
8
bower_components/bootstrap/less/mixins/background-variant.less
vendored
Normal file
8
bower_components/bootstrap/less/mixins/background-variant.less
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Contextual backgrounds
|
||||
|
||||
.bg-variant(@color) {
|
||||
background-color: @color;
|
||||
a&:hover {
|
||||
background-color: darken(@color, 10%);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user