-
Notifications
You must be signed in to change notification settings - Fork 80
Refactor: Created Reset CSS and added local fonts #240
Conversation
Codecov Report
@@ Coverage Diff @@
## master #240 +/- ##
==========================================
+ Coverage 90.25% 90.31% +0.05%
==========================================
Files 139 140 +1
Lines 924 929 +5
Branches 143 161 +18
==========================================
+ Hits 834 839 +5
+ Misses 78 75 -3
- Partials 12 15 +3
|
I'm still not agree removing |
Thanks for your PR, the @verdaccio/ui package will be accessible from here for testing purposes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Unfortunately this not have my approval, previously we discussed that there reset must comes from dependencies and still are here Now we have reset CSS duplicated
Please rollback those changes. |
One more thing, |
Afaik there will not be such breaking changes in there. Let's do another PR to resolve this. And I remember that I had some issue with jest, webpack and so on when I did not specify the See https://github.com/KyleAMathews/typefaces/search?q=import+css&type=Issues and especially KyleAMathews/typefaces#113 #134 ;-) |
Let's open a new PR for this =) |
@juanpicado there are some css reset things I would like to apply that doesn't come with the |
There is a good reason for the See my last comment. |
I see your point, but I think we have avoid the miss understanding with a better description in your PR about what you were trying to achieve. I'd suggest you rename Anyway, I run some test on master and all is ok. |
Type: Refactor and Fix
Description:
I noticed an error in the console regarding to a font load. I have fixed it.
I also replaced two dependencies(typeface-roboto and normalize.css) with locally fonts and reset css files :) . I believe that we don't really extra dependencies for these simple things.
Please let me know what do you think. 😉