Removing opther styles

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 10:50:48 -05:00
parent f023f1d77c
commit ccdb2e1aab
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;
}