Skip to content

Older versions of sass can't handle certain mixins where comma delimited parameters are required #3

@marknotton

Description

@marknotton

In instances like trying to use a single transform (@include rotate(45);), the output fails because older versions of Sass can't handle the comma that would be present if there multiple transform types passed.

Basically, it's a string issue related to there being an extra comma where it's not wanted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions