Skip to content

Interpolation error in classes starting with - #1301

Closed
@hagenburger

Description

@hagenburger

This won’t work in LibSass but does in Ruby Sass and is a valid CSS class:

$name: "my-class";

.-#{$name} {
  content: "test";
}

Expected:

.-my-class {
  content: "test";
}

See tests:
http://sassmeister.com/gist/1ea1287c028efb70c95a

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions