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(plugin-css): Add styles when only token is used to style a element #525

Merged
merged 1 commit into from
Jan 5, 2021

Conversation

JayaKrishnaNamburu
Copy link
Member

Fixes #524

@JayaKrishnaNamburu JayaKrishnaNamburu added the bug Something isn't working label Dec 31, 2020
@JayaKrishnaNamburu JayaKrishnaNamburu self-assigned this Dec 31, 2020
@JayaKrishnaNamburu JayaKrishnaNamburu added this to the 0.16 milestone Dec 31, 2020
@codecov
Copy link

codecov bot commented Dec 31, 2020

Codecov Report

Merging #525 (c5da6f4) into development (87fdeb2) will increase coverage by 0.02%.
The diff coverage is 25.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #525      +/-   ##
===============================================
+ Coverage        76.31%   76.33%   +0.02%     
===============================================
  Files              156      156              
  Lines             5687     5684       -3     
  Branches          1205     1203       -2     
===============================================
- Hits              4340     4339       -1     
+ Misses            1288     1286       -2     
  Partials            59       59              
Impacted Files Coverage Δ
packages/teleport-plugin-css/src/index.ts 84.61% <25.00%> (+1.43%) ⬆️

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 87fdeb2...c5da6f4. Read the comment docs.

@JayaKrishnaNamburu JayaKrishnaNamburu removed this from the 0.16 milestone Jan 3, 2021
@JayaKrishnaNamburu JayaKrishnaNamburu changed the title fix(plugin-css): fix to add styles when only token is used to style a element fix(plugin-css): Add styles when only token is used to style a element Jan 5, 2021
@Utwo Utwo merged commit a981cbc into development Jan 5, 2021
@Utwo Utwo deleted the fix/plugin-css branch January 5, 2021 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS style variation, fails to generate styles if a node has only a token reference.
2 participants