Skip to content

Feature Request: Allow Sass style syntax #12

@ghost

Description

It would be nice to be able to use a Sass-style syntax for Thymesheet.

E.g. instead of:

a b { .. }
a b c { ... }
a b c d { ... }
a b c e { ... }

Allow:

a b {
  c {
    d { ... }
    e { ... }
  }
}

This would reduce the amount of selector duplication in Thymesheet files.

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