igniteui-theming 1.4.3-beta.6 → 1.4.4-beta.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-theming",
3
- "version": "1.4.3-beta.6",
3
+ "version": "1.4.4-beta.1",
4
4
  "description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -178,10 +178,6 @@ $_enhanced-accessibility: false;
178
178
  $contrast: if(meta.type-of($variant) == string, string.index($variant, 'contrast'), false);
179
179
  $meta: if($palette, map.get($palette, '_meta'), null);
180
180
 
181
- @if not($c) {
182
- @error 'The passed color #{meta.inspect($color)} is not valid.';
183
- }
184
-
185
181
  @if not($palette) or not($meta) {
186
182
  @return if($contrast, $s, hsla($s, if($opacity, $opacity, $a)));
187
183
  }