Skip to content

Parse sass on import #31

Description

@DTwigs

I have a .yml file I'm importing like this:

colors:
  primary: 
    base: rgb(0, 255, 200)
    dark: darken(rgb(0, 255, 200), 10%)

Is there anyway to get the importer to parse the sass instead of just mapping it as a string? The darken(rgb(0, 255, 200), 10%) bit is not turned into a rgb or hex value from this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions