Removing opther styles
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
background: $hexcolor; /* The Fallback */
|
||||
background: rgba($hexcolor, $opacity) !important;
|
||||
}
|
||||
@mixin multi-hex-rgba($hexcolor1, $hexcolor1, $opacity) {
|
||||
@mixin multi-hex-rgba($hexcolor1, $hexcolor2, $opacity) {
|
||||
background: $hexcolor1; /* The Fallback */
|
||||
background: rgba($hexcolor1,$hexcolor2, $opacity) !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user