Hi there. I am using the compass master branch and susy master branch because they have better support for rems. However, they added an error message to the typography file _units.scss, in the mixin +convert-length that triggers when $container-style is fluid.
error sass/style.scss (Line 155 of _units.scss: "auto" is not a number for `unit')
The error is triggered when I call @include container; - changing $container-style to "magic" fixes the error.
I am writing this issue to help with Google searches and notify you that this may crop up when the new compass gem is released. Thanks for your time - feel free to ask for any clarification or close this issue if it is not useful.
Here is the relevant section of the _base.scss that I am using:
Hi there. I am using the compass master branch and susy master branch because they have better support for rems. However, they added an error message to the typography file _units.scss, in the mixin +convert-length that triggers when $container-style is fluid.
The error is triggered when I call
@include container;
- changing $container-style to "magic" fixes the error.I am writing this issue to help with Google searches and notify you that this may crop up when the new compass gem is released. Thanks for your time - feel free to ask for any clarification or close this issue if it is not useful.
Here is the relevant section of the _base.scss that I am using: