@symbo.ls/scratch
Advanced tools
Comparing version 0.3.27 to 0.3.28
@@ -5,3 +5,3 @@ { | ||
"author": "symbo.ls", | ||
"version": "0.3.27", | ||
"version": "0.3.28", | ||
"files": [ | ||
@@ -8,0 +8,0 @@ "src" |
'use strict' | ||
import * as CONFIG from './config' | ||
export const CSS_VARS = {} | ||
export const CSS_VARS = {} | ||
CONFIG.verbose = false | ||
CONFIG.useVariable = false | ||
CONFIG.var = CSS_VARS | ||
export { CONFIG } |
@@ -70,7 +70,4 @@ 'use strict' | ||
// console.log('=========') | ||
// console.log(verbose) | ||
CONFIG.verbose = verbose | ||
CONFIG.useVariable = useVariable | ||
// console.log(recivedConfig) | ||
if ((ENV === 'test' || ENV === 'development') && CONFIG.verbose) console.log(CONFIG) | ||
@@ -88,3 +85,2 @@ | ||
CONFIG.VARS = CSS_VARS | ||
return CONFIG | ||
@@ -91,0 +87,0 @@ } |
29890
910