@fylgja/auto-grid
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.1.0] - 2022-07-24 | ||
### Added | ||
- support for `@layer` in components scope | ||
## [1.0.4] - 2022-06-05 | ||
@@ -11,0 +15,0 @@ _Nothing besides docs_ |
{ | ||
"name": "@fylgja/auto-grid", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "A super small grid with auto flowing behavior based on the container size. Using a similar method to container queries", | ||
@@ -20,7 +20,10 @@ "homepage": "https://fylgja.dev/", | ||
"fylgja component", | ||
"grid" | ||
"grid", | ||
"cascade-layer" | ||
], | ||
"scripts": { | ||
"build": "npx sass auto-grid.scss auto-grid.css --no-source-map -s compressed -I node_modules" | ||
"build:layer": "npx sass layer.scss layer.css --no-source-map -s compressed -I node_modules", | ||
"build:main": "npx sass auto-grid.scss auto-grid.css --no-source-map -s compressed -I node_modules", | ||
"build": "npm run build:layer && npm run build:main" | ||
} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
5128
9
2