Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some 8.0 warnings #11

Merged
merged 2 commits into from
Jul 20, 2017
Merged

Fix some 8.0 warnings #11

merged 2 commits into from
Jul 20, 2017

Conversation

llorca
Copy link
Contributor

@llorca llorca commented Jul 20, 2017

Warning	stylelint	'selector-no-id' has been deprecated and in 8.0 will be removed. Instead use 'selector-max-id' with '0' as its primary option. (reference)
Warning	stylelint	'selector-no-universal' has been deprecated and in 8.0 will be removed. Instead use 'selector-max-universal' with '0' as its primary option. (reference)

```
Warning	stylelint	'selector-no-id' has been deprecated and in 8.0 will be removed. Instead use 'selector-max-id' with '0' as its primary option. (reference)
```
```
Warning	stylelint	'selector-no-universal' has been deprecated and in 8.0 will be removed. Instead use 'selector-max-universal' with '0' as its primary option. (reference)
```
"selector-no-id": true,
"selector-no-universal": true,
"selector-max-id": 0,
"selector-max-universal": 0,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'd argue for allowing 1 universal selector to support [attribute] selectors.
for instance, blueprint disables this rule to allow such things.

@giladgray giladgray merged commit f926bc1 into palantir:master Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants