Comparing version 1.0.0-beta-15 to 1.0.0-beta-16
{ | ||
"name": "alga-css", | ||
"version": "1.0.0-beta-15", | ||
"version": "1.0.0-beta-16", | ||
"description": "Alga CSS is a scope or component oriented CSS toolkit for quickly reuse CSS components and it can be stored in .alga format file as a custom CSS component and also it has many built-in customizable CSS properties that can be directly inserted to HTML Element class", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -383,3 +383,3 @@ const chokidar = require('chokidar') | ||
const newLayer = layer(newNodes, name, rule.source) | ||
newRoot.replaceWith(newLayer) | ||
newRoot.append(newLayer) | ||
} | ||
@@ -386,0 +386,0 @@ newPackNodes.push(newRoot) |
256709