Skip to content

Commit

Permalink
Better unit conversion and added PHPSass compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Burel committed Jul 28, 2016
1 parent d74062d commit 4c21bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 4c21bbd

Please sign in to comment.