diff options
| author | Mark Otto <[email protected]> | 2015-03-30 17:22:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-03-30 17:22:10 -0700 |
| commit | c82cae9a48fe9c659671b0d05b52e88ba229ae65 (patch) | |
| tree | 61688ff5186adad9005a5a3c22bc3d0431f5aad5 | |
| parent | 6a2d4567197dd1072c5245bb64a4cd88a8b5d97d (diff) | |
| download | bootstrap-c82cae9a48fe9c659671b0d05b52e88ba229ae65.tar.xz bootstrap-c82cae9a48fe9c659671b0d05b52e88ba229ae65.zip | |
nuke leftover less
| -rw-r--r-- | less/mixins/background-variant.less | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/less/mixins/background-variant.less b/less/mixins/background-variant.less deleted file mode 100644 index a85c22b74..000000000 --- a/less/mixins/background-variant.less +++ /dev/null @@ -1,9 +0,0 @@ -// Contextual backgrounds - -.bg-variant(@color) { - background-color: @color; - a&:hover, - a&:focus { - background-color: darken(@color, 10%); - } -} |
