Skip to content

Commit

Permalink
Update rem docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Feb 8, 2014
1 parent 5896e5a commit d4cd51b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,12 @@
Changelog
=========

2.0.0.rc.2 — UNRELEASED
-----------------------

- Fix Compass "rem" integration to respect ``$rhythm-units`` setting.


2.0.0.rc.1 — Feb 7 2014
-----------------------

Expand Down
9 changes: 4 additions & 5 deletions docs/settings.rst
Expand Up @@ -890,8 +890,7 @@ Tell Susy to use a global ``box-sizing`` mixin.
Custom Rem
~~~~~~~~~~

Tell Susy to use a global ``rem`` mixin
(for ``rem``/``px`` fallback support).
Tell Susy to use the Compass ``rem`` support module.

.. describe:: setting

Expand All @@ -905,9 +904,9 @@ Tell Susy to use a global ``rem`` mixin

``true``
Susy will look for an existing ``rem`` mixin,
and the ``$rem-with-px-fallback`` setting
(as provided by Compass),
and fallback to plain CSS output if they aren't found.
and check the ``$rhythm-unit`` and ``$rem-with-px-fallback`` settings
provided by Compass,
or fallback to plain CSS output if they aren't found.


------------------------------------------------------------------------------
Expand Down

0 comments on commit d4cd51b

Please sign in to comment.