Skip to content

Instantly share code, notes, and snippets.

@oboshto
Created April 12, 2017 08:44
Show Gist options
  • Select an option

  • Save oboshto/3497a5e4742fbf9dce1a35a66b37d64c to your computer and use it in GitHub Desktop.

Select an option

Save oboshto/3497a5e4742fbf9dce1a35a66b37d64c to your computer and use it in GitHub Desktop.
css isolation reset
.reset {
background:none;
border:none;
bottom:auto;
clear:none;
cursor:default;
float:none;
font-size:medium;
font-style:normal;
font-weight:normal;
height:auto;
left:auto;
letter-spacing:normal;
line-height:normal;
max-height:none;
max-width:none;
min-height:0;
min-width:0;
overflow:visible;
position:static;
right:auto;
text-align:left;
text-decoration:none;
text-indent:0;
text-transform:none;
top:auto;
visibility:visible;
white-space:normal;
width:auto;
z-index:auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment