diff --git a/README.md b/README.md index ad7dee3..eca53b2 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,16 @@ Quickly build and design new UI without writing CSS. ## Features * Mobile-first CSS architecture -* 490 accessible color combinations * 8px baseline grid * Multiple debugging utilities to reduce layout struggles * Single-purpose class structure * Optimized for maximum gzip compression -* Lightweight (~14kB) +* Lightweight (~19.4kB) * Usable across projects * Growing open source component library -* Works well with plain HTML, React, Ember, Angular, Rails and more +* Works well with plain HTML, React, Ember, Angular, Rails Svelte, Vue, and more * Infinitely nestable responsive grid system -* Built with PostCSS +* Works out of the box but easy to customize and extend ## Getting Started @@ -128,11 +127,11 @@ And of course... Development of Tachyons is supported by -* [Digital Ocean](https://digitalocean.com) +* [Components AI](https://components.ai) * [DWYL](https://dwyl.com) * [VTEX](https://vtex.com) * [Manifold](https://manifold.co) ## Help -If you have a question or need help feel free to [open an issue here](https://github.com/tachyons-css/tachyons/issues/new) or jump into the [Tachyons slack channel](http://tachyons-slack-invite.herokuapp.com). +If you have a question or need help feel free to [open an issue here](https://github.com/tachyons-css/tachyons/issues/new). diff --git a/index.html b/index.html index f9914d6..7bf4ff8 100644 --- a/index.html +++ b/index.html @@ -9,9 +9,8 @@ - + - diff --git a/package.json b/package.json index ac02563..1baec69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tachyons", - "version": "4.12.0", + "version": "5.0.0-beta.0", "description": "Functional CSS for humans", "author": "mrmrs", "style": "css/tachyons.min.css", @@ -15,6 +15,7 @@ "oocss", "postcss", "functional css", + "utility css", "design", "responsive", "performance" @@ -23,9 +24,9 @@ "devDependencies": { "copy-files": "^0.1.0", "immutable-css-cli": "^1.1.1", - "normalize.css": "^8.0.0", + "normalize.css": "^8.0.1", + "tachyons-cli": "^1.3.3", "tachyons-modules": "^1.1.10", - "tachyons-cli": "^1.3.2", "watch": "^1.0.2" }, "contributors": [ @@ -45,5 +46,8 @@ "build:css": "tachyons src/tachyons.css > css/tachyons.css", "build:minify": "tachyons src/tachyons.css --minify > css/tachyons.min.css", "build:watch": "watch \"npm run build\" ./src/" + }, + "dependencies": { + "gzip-size": "^7.0.0" } } diff --git a/src/_nested.css b/src/_nested.css index ddefc42..f95edb5 100644 --- a/src/_nested.css +++ b/src/_nested.css @@ -45,13 +45,13 @@ } .nested-links a { - color: var(--blue); + color: var(--blue-5); transition: color .15s ease-in; } .nested-links a:hover, .nested-links a:focus { - color: var(--light-blue); + color: var(--blue-3); transition: color .15s ease-in; }