Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

usage with a class name selector that contains a double hyphens output a undefined selector #7

Closed
simonsmith opened this issue Apr 13, 2015 · 3 comments
Labels

Comments

@simonsmith
Copy link

The following code:

@custom-selector --heading h1, h2, h3, h4, h5, h6;

.Container--main --heading {
  margin-bottom: 15px;
}

yields:

undefined {
  margin-bottom: 15px;
}

I would expect:

.Container--main h1,
.Container--main h2,
.Container--main h3,
.Container--main h4,
.Container--main h5,
.Container--main h6 {
  margin-bottom: 15px;
}
@MoOx MoOx added the bug label Apr 13, 2015
@MoOx MoOx changed the title Selectors with double hyphens break usage with a class name selector that contains a double hyphens output a undefined selector Apr 13, 2015
@yisibl
Copy link
Contributor

yisibl commented May 29, 2015

Done!

e504f08

@simonsmith
Copy link
Author

Nice, thanks!

@MoOx
Copy link
Contributor

MoOx commented May 29, 2015

We can close this @yisibl ?

@yisibl yisibl closed this as completed Jun 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants