1

I'm starting to use the Libsass version of Susy together with Gulp, and can see within the scss files that there is mention of a clearfix mixin / clearfix fallback mixin.

But if I try to refer to this within my sass styling, compiling via gulp returns the error:

Error: no mixin named clearfix

Can anyone tell me if susy has a clearfix mixin that should work. I see susy-clearfix but am unsure.

Ian Ryde
  • 23
  • 4

1 Answers1

4

Try @include susy-clearfix; instead @include clearfix;.

pmros
  • 161
  • 1
  • 5