From 4c21bbd200b4de56a4782f2df5f5ad5810bf4d60 Mon Sep 17 00:00:00 2001 From: Pierre Burel Date: Thu, 28 Jul 2016 11:30:31 +0200 Subject: [PATCH] Better unit conversion and added PHPSass compatibility --- README.md | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 651ab16..47e9821 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Sass mixin and function to use rem units with pixel fallback. Demo: [Sassmeister](http://sassmeister.com/gist/f75f0ffd0910a99eee77) / [Codepen](http://codepen.io/pierreburel/pen/ogGzgX) -Compatibility: Sass 3.2+ (3.3+ for maps) and LibSass +Compatibility: [Sass](https://github.com/sass/sass) 3.2+ (3.3+ for maps), [LibSass](https://github.com/sass/libsass) and [PHPSass](https://github.com/richthegeek/phpsass) See also: https://github.com/pierreburel/sass-em diff --git a/bower.json b/bower.json index a64aaef..883ea65 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "sass-rem", "description": "Sass mixin and function to use rem units with pixel fallback.", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://github.com/pierreburel/sass-rem", "main": "_rem.scss", "authors": [ diff --git a/package.json b/package.json index 5a37410..ec4f491 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-rem", - "version": "1.2.2", + "version": "1.2.3", "description": "Sass mixin and function to use rem units with pixel fallback.", "keywords": [ "sass",