Skip to content

block parameters not translating to mixins #99

@jhessin

Description

@jhessin

this:

  @include hover-focus {
    text-decoration: none;
  }

should compile to this:

+hover-focus()
  text-decoration: none

but instead just gives this:

hover-focus()

This seems to be the case any time a block is passed to a mixin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions