Comparing version 1.0.0-silver-4 to 1.0.0-silver-5
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-silver-4", | ||
"version": "1.0.0-silver-5", | ||
"description": "Alga CSS is a scope-first CSS toolkit for quickly mix or compose CSS references and share CSS properties between components", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -27,3 +27,3 @@ // Configs | ||
config.components = component(options?.src, opts) | ||
config.extract = extraction(options?.extract, {...opts, extract: config.extract}) | ||
//config.extract = extraction(options?.extract, {...opts, extract: config.extract}) | ||
@@ -55,8 +55,10 @@ if(options?.plugins && Number(options?.plugins.length) >= 1) { | ||
else if(param === 'force') { | ||
config.extract.raws = [] | ||
config.extract = extraction(options?.extract, {...opts, extract: config.extract}) | ||
if(config.extract.rules.length >= 1) { | ||
/*if(config.extract.rules.length >= 1) { | ||
root.append(...config.extract.rules) | ||
} | ||
}*/ | ||
} | ||
rule.remove() | ||
}) | ||
@@ -63,0 +65,0 @@ |
116995
1486