Skip to content

Commit

Permalink
Merge pull request #2 from wide/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jdacosta authored Sep 22, 2020
2 parents 52511e4 + b5ef914 commit d0a4c5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wide/styles-reset",
"version": "2.0.0",
"version": "2.0.1",
"description": "Restore CSS base for all browser.",
"license": "MIT",
"author": "Julien Martins Da Costa (https://github.com/jdacosta)",
Expand Down
2 changes: 2 additions & 0 deletions src/reset/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ html {
body {
margin: 0;
font-size: utils.em($body-context, 16);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

::selection {
Expand Down

0 comments on commit d0a4c5e

Please sign in to comment.