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

Warn on child selectors in stylelint #297

Merged
merged 1 commit into from
Jul 13, 2019

Conversation

matt-gadd
Copy link
Contributor

Type: bug

The following has been addressed in the PR:

  • All code has been formatted with prettier

Description:
Should warn on all child selectors such as nth-child, first-child, last-child, as they are unsafe for css modules.

@codecov
Copy link

codecov bot commented Jul 13, 2019

Codecov Report

Merging #297 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #297   +/-   ##
=======================================
  Coverage   49.54%   49.54%           
=======================================
  Files          10       10           
  Lines         666      666           
  Branches      182      182           
=======================================
  Hits          330      330           
  Misses        336      336
Impacted Files Coverage Δ
src/base.config.ts 20.18% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 95cbac9...1f3e84b. Read the comment docs.

@matt-gadd matt-gadd merged commit 894851e into dojo:master Jul 13, 2019
matt-gadd added a commit that referenced this pull request Jul 15, 2019
matt-gadd added a commit that referenced this pull request Jul 15, 2019
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.

2 participants