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 prefixed selectors in objects #205

Merged
merged 2 commits into from
Jul 30, 2017
Merged

Conversation

emmatown
Copy link
Member

Closes #201

What:

Why:

How:

Checklist:

  • Documentation N/A
  • Tests
  • Code complete

@emmatown emmatown requested a review from tkh44 July 30, 2017 04:23
@codecov-io
Copy link

codecov-io commented Jul 30, 2017

Codecov Report

Merging #205 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #205      +/-   ##
==========================================
+ Coverage   90.06%   90.12%   +0.06%     
==========================================
  Files          22       22              
  Lines         946      952       +6     
  Branches      253      255       +2     
==========================================
+ Hits          852      858       +6     
  Misses         76       76              
  Partials       18       18
Impacted Files Coverage Δ
src/macro-styled.js 100% <100%> (ø) ⬆️
src/ast-object.js 88.72% <100%> (+0.53%) ⬆️
src/babel.js 97.79% <100%> (ø) ⬆️

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 5173549...ed86ab9. Read the comment docs.

@emmatown emmatown merged commit 678cd1d into master Jul 30, 2017
@emmatown emmatown deleted the fix-prefixed-selectors-in-objects branch July 30, 2017 04:30
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.

placeholder autoprefixing does not work for object styles.
3 participants