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 497b3c1 commit e1e1ee9Copy full SHA for e1e1ee9
docs/changelog.md
@@ -11,6 +11,8 @@ pageTitle: Changelog
11
* [fix] Bugfix
12
13
## Unreleased
14
+
15
+## 1.0.0-alpha.1
16
* [breaking] Replace RFS with a custom implementation of truly fluid type based on the approach presented by utopia.fyi (using clamps)
17
* adds `fluid` function to generate a clamped value (`fluid(12px, 16px)`)
18
* replaces `$typography--base-size` with `$typography--base-size-min` and `$typography--base-size-max`
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "@lnolte/und-css",
3
- "version": "0.2.3",
+ "name": "@und-Pohlen/und-css",
+ "version": "1.0.0-alpha.1",
4
"main": "index.js",
5
"license": "MIT",
6
"repository": "git://github.com/lnolte/und-css.git",
0 commit comments