Closed jalada closed 10 years ago
It looks like the $slicer-breakpoint-names causes an error if you don’t use it. I get this error trying to precompile / load my stylesheets
$slicer-breakpoint-names
Sass::SyntaxError: Undefined variable: "$slicer-breakpoint-names". (in /tmp/build_1196b2ef-9b24-4173-b8a0-d2faac0c5ba7/app/assets/stylesheets/main.css.sass:94) /tmp/build_1196b2ef-9b24-4173-b8a0-d2faac0c5ba7/vendor/bundle/ruby/2.1.0/gems/breakpoint-slicer-1.3/stylesheets/breakpoint-slicer/_helper-functions.sass:94:in `between'
/cc @jvgreenaway
Thank you for pointing this out. A bad mistake on my side.
I've released an updated gem.
It looks like the
$slicer-breakpoint-names
causes an error if you don’t use it. I get this error trying to precompile / load my stylesheets/cc @jvgreenaway