@symbo.ls/init
Advanced tools
Comparing version 2.11.239 to 2.11.243
@@ -78,3 +78,3 @@ 'use strict' | ||
} | ||
export const updateReset = (config, RC_FILE, options = UPDATE_OPTIONS) => { | ||
export const reInit = (config, RC_FILE, options = UPDATE_OPTIONS) => { | ||
const emotion = options.emotion || defaultEmotion | ||
@@ -90,4 +90,9 @@ const resultConfig = mergeWithLocalFile(config || {}, RC_FILE) | ||
export const updateVars = (config, options = UPDATE_OPTIONS) => { | ||
const emotion = options.emotion || defaultEmotion | ||
emotion.injectGlobal({ ':root': config.CSS_VARS }) | ||
} | ||
export const setClass = (props, options = UPDATE_OPTIONS) => {}// setClassname(props, options.emotion.css) | ||
export { DYNAMIC_JSON } |
{ | ||
"name": "@symbo.ls/init", | ||
"version": "2.11.239", | ||
"version": "2.11.243", | ||
"license": "MIT", | ||
"gitHead": "41a7706e6ed0e20fce89aa1a0ed4975f7aa92aac", | ||
"gitHead": "d65e2dd54c53d4216783590743eaff1d99dd8d1e", | ||
"source": "index.js", | ||
@@ -7,0 +7,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4437
77