WIP - add extractor, generate snippet_data
This commit is contained in:
5
node_modules/csso/lib/clean/Declaration.js
generated
vendored
Normal file
5
node_modules/csso/lib/clean/Declaration.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = function cleanDeclartion(node, item, list) {
|
||||
if (node.value.children && node.value.children.isEmpty()) {
|
||||
list.remove(item);
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user