Skip to content

fix: don't capitalize -ms vendor prefix in reactCompat mode#3

Merged
remarkablemark merged 2 commits intomasterfrom
fix/ms-vendor-prefix
May 30, 2022
Merged

fix: don't capitalize -ms vendor prefix in reactCompat mode#3
remarkablemark merged 2 commits intomasterfrom
fix/ms-vendor-prefix

Conversation

@remarkablemark
Copy link
Copy Markdown
Owner

@remarkablemark remarkablemark commented May 30, 2022

Fixes #2

What is the motivation for this pull request?

fix: don't capitalize -ms vendor prefix in reactCompat mode

What is the current behavior?

When option reactCompat is true, -ms vendor prefix is capitalized.

What is the new behavior?

When option reactCompat is true, -ms vendor prefix is not capitalized.

Checklist:

  • Tests

@remarkablemark remarkablemark added the bug Something isn't working label May 30, 2022
@remarkablemark remarkablemark changed the title fix: don't capitalize -ms vendor prefix in reactCompat mode fix: don't capitalize -ms vendor prefix in reactCompat mode May 30, 2022
@remarkablemark remarkablemark force-pushed the fix/ms-vendor-prefix branch from 7042444 to a2686b5 Compare May 30, 2022 20:14
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #3 (a2686b5) into master (d3fa894) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master        #3   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           29        32    +3     
  Branches         8         9    +1     
=========================================
+ Hits            29        32    +3     
Impacted Files Coverage Δ
src/utilities.ts 100.00% <100.00%> (ø)

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 d3fa894...a2686b5. Read the comment docs.

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.

-ms vendor prefix should not be capitalized in react mode

2 participants