From 719bf9a8bdedd6e61e5475777f53a020736d59e4 Mon Sep 17 00:00:00 2001 From: Mehdi M Date: Sun, 14 Apr 2019 11:07:48 +0200 Subject: [PATCH] =?UTF-8?q?Add=20davidkpiano/sass-v=20to=20the=20=E2=80=9C?= =?UTF-8?q?See=20also=E2=80=9D=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2c4c43..42c6505 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ In that case, as `v()`’s purpose is to increase readability and bring some coo ## See also - Custom properties [on Can I Use](https://caniuse.com/#feat=css-variables). +- [davidkpiano/sass-v](https://github.com/davidkpiano/sass-v), a similar project with more features, done way before mine 🤭. - [malyw/css-vars](https://github.com/malyw/css-vars), a SCSS mixin allowing you to start writing some CSS custom properties even if the browsers you target don’t support them. - [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties), a PostCSS plugin with a similar purpose. - [_Dark theme in a day_](https://medium.com/@mwichary/dark-theme-in-a-day-3518dde2955a), an all-round article with a lot of CSS custom properties.