Added original Magazine template for reference.
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
// Contextual backgrounds
|
||||
|
||||
// [converter] $parent hack
|
||||
@mixin bg-variant($parent, $color) {
|
||||
#{$parent} {
|
||||
background-color: $color;
|
||||
}
|
||||
a#{$parent}:hover,
|
||||
a#{$parent}:focus {
|
||||
background-color: darken($color, 10%);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user