@fylgja/aspect-ratio
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -8,2 +8,5 @@ # Changelog | ||
## [Unreleased] | ||
## [1.2.4] - 2023-10-10 | ||
### Fixed | ||
- Import error for PostCSS, closes #191 | ||
@@ -13,3 +16,3 @@ ## [1.2.3] - 2023-02-19 | ||
- Simplified `@layer` support, | ||
CSS can use native, for SCSS use the new variable `$aria-only-layer`, | ||
CSS can use native, for SCSS use the new variable `$aspect-ratio-layer`, | ||
the options from v1.2 are deprecated | ||
@@ -16,0 +19,0 @@ |
{ | ||
"name": "@fylgja/aspect-ratio", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "The aspect ratio component allows you to make not just videos. But anything you want to a certain responsive aspect ratio", | ||
@@ -16,2 +16,3 @@ "homepage": "https://fylgja.dev/", | ||
".": { | ||
"style": "./aspect-ratio.css", | ||
"import": "./index.js", | ||
@@ -25,3 +26,6 @@ "require": "./index.cjs", | ||
"default": "./jit-props.cjs" | ||
} | ||
}, | ||
"./props": "./props.css", | ||
"./host": "./props.host.css", | ||
"./*": "./*" | ||
}, | ||
@@ -28,0 +32,0 @@ "repository": { |
8312