We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c99873 commit fc1b2edCopy full SHA for fc1b2ed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## [Unreleased]
2
3
+## [1.0.2] - 2025-01-24
4
+- Import external css dependencies from esm.sh
5
+
6
## [1.0.1] - 2025-01-24
7
- Fix btn avatar size on safari
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- css-zero (1.0.1)
+ css-zero (1.0.2)
GEM
remote: https://rubygems.org/
lib/css_zero/version.rb
@@ -1,3 +1,3 @@
module CssZero
- VERSION = "1.0.1"
+ VERSION = "1.0.2"
end
0 commit comments