Skip to content

Support characters like $ in less code #2

@freewind

Description

@freewind

Current jless throws exception for such code:\

.title {
     width: ${width}px;
}

Because it doesn't allow $ and {}.

I think it's good to support them, for example, I can use jless in a html page or a haml page with custom filter:

 :jless
      .title {
            width: ${width}px;
      }

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