@fylgja/auto-grid
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@fylgja/auto-grid", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A super small grid with auto flowing behavior based on the container size. Using a similar method to container queries", | ||
@@ -8,4 +8,5 @@ "homepage": "https://fylgja.dev/", | ||
"license": "MIT", | ||
"style": "grid.css", | ||
"sass": "_index.scss", | ||
"main": "_index.scss", | ||
"unpkg": "auto-grid.css", | ||
"style": "auto-grid.css", | ||
"repository": { | ||
@@ -12,0 +13,0 @@ "type": "git", |
@@ -29,4 +29,4 @@ # Fylgja - Auto Grid | ||
@use "@fylgja/auto-grid"; | ||
// Or via PostCSS and other options as plain CSS | ||
@import "@fylgja/auto-grid/auto-grid.css"; | ||
// Or via PostCSS import | ||
@import "@fylgja/auto-grid"; | ||
``` | ||
@@ -33,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3861