mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-02 21:04:13 +03:00
debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now)
This commit is contained in:
parent
d0e45787a0
commit
94cfe45c3a
|
@ -100,6 +100,7 @@
|
|||
|
||||
@mixin bg-img-variations-content($args){
|
||||
$material-color: map-get($args, material-color);
|
||||
//@debug "bg-img-variations-content called for #{map-get($args, extra)} #{map-get($args, default)} #{map-get($args, material-color-name)} #{map-get($args, material-color)}"; //#{inspect($args)}";
|
||||
background-image: linear-gradient($material-color, $material-color), linear-gradient($input-underline-color, $input-underline-color);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user