@fylgja/auto-grid
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.1.2] - 2022-11-05 | ||
### Changed | ||
- use Fylgja Theme atLayer for building the `@layer` variant | ||
## [1.1.1] - 2022-11-05 | ||
@@ -11,0 +15,0 @@ ### Fixed |
{ | ||
"name": "@fylgja/auto-grid", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A super small grid with auto flowing behavior based on the container size. Using a similar method to container queries", | ||
@@ -8,5 +8,5 @@ "homepage": "https://fylgja.dev/", | ||
"license": "MIT", | ||
"main": "_index.scss", | ||
"style": "auto-grid.css", | ||
"sass": "_index.scss", | ||
"unpkg": "auto-grid.css", | ||
"style": "auto-grid.css", | ||
"repository": { | ||
@@ -21,7 +21,11 @@ "type": "git", | ||
"fylgja component", | ||
"grid" | ||
"grid", | ||
"cssgrid" | ||
], | ||
"scripts": { | ||
"build": "npx sass --no-source-map -s compressed -I node_modules src:./" | ||
}, | ||
"dependencies": { | ||
"@fylgja/theme": "^1.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
5786
1
+ Added@fylgja/theme@^1.1.0
+ Added@fylgja/theme@1.2.0(transitive)