Skip to content

Conversation

@btamas
Copy link

@btamas btamas commented Mar 19, 2020

Add support for chained selectors.

From now the following css should work:

button {
	--width-small: 50px;
}

button.custom {
	--width-small: 100px;
}

button.rounded.small {
	width: var(--width-small);
}

button.custom.small {
	width: var(--width-small);
}

button.smallaswell.custom {
	width: var(--width-small);
}

Test: npm run test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants