@appartmint/mint 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -755,7 +755,7 @@ $bootstrap5: false !default;
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
@if not(type-of($u1) == 'string' and type-of($u2) == 'string' and type-of($u3) == 'string' and type-of($u4) == 'string') {
|
|
758
|
-
@error 'The fluid mixin requires numbers for the width and size arguments.';
|
|
758
|
+
@error 'The fluid mixin requires numbers with units for the width and size arguments.';
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
@if not($u1 == $u2 and $u1 == $u3 and $u1 == $u4) {
|