@teleporthq/teleport-plugin-css
Advanced tools
Comparing version 0.12.2 to 0.12.3
@@ -154,3 +154,3 @@ "use strict"; | ||
var referedStyle = projectStyleSet.styleSetDefinitions[content.referenceId]; | ||
if (!referencedStyles) { | ||
if (!referedStyle) { | ||
throw new Error("Style that is being used for reference is missing - " + content.referenceId); | ||
@@ -157,0 +157,0 @@ } |
@@ -102,3 +102,3 @@ import { StringUtils, UIDLUtils } from '@teleporthq/teleport-shared'; | ||
const referedStyle = projectStyleSet.styleSetDefinitions[content.referenceId]; | ||
if (!referencedStyles) { | ||
if (!referedStyle) { | ||
throw new Error(`Style that is being used for reference is missing - ${content.referenceId}`); | ||
@@ -105,0 +105,0 @@ } |
{ | ||
"name": "@teleporthq/teleport-plugin-css", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "A plugin for creating the styles into external css files", | ||
@@ -34,3 +34,3 @@ "author": "teleportHQ", | ||
}, | ||
"gitHead": "9980dea7c44514e3899333762d22bf577e00831b" | ||
"gitHead": "a226759bea0d95516990010eda0b20369cd9783f" | ||
} |
@@ -178,3 +178,3 @@ import { StringUtils, UIDLUtils } from '@teleporthq/teleport-shared' | ||
const referedStyle = projectStyleSet.styleSetDefinitions[content.referenceId] | ||
if (!referencedStyles) { | ||
if (!referedStyle) { | ||
throw new Error( | ||
@@ -181,0 +181,0 @@ `Style that is being used for reference is missing - ${content.referenceId}` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
318454