2.0.0 • Published 6 years ago
normalized-styled-components v2.0.0
normalized-styled-components
normalize.css
with a styled-components
mindset.
Table of Contents
Install
yarn add --dev normalized-styled-components
Usage
import { Button } from 'normalized-styled-components';
export default () => <Button>Click Here!</Button>;
.jdhBdT {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
overflow: visible;
text-transform: none;
appearance: button;
-moz-appearance: button;
-webkit-appearance: button;
}
.jdhBdT::-moz-focus-inner,
.jdhBdT[type='button']::-moz-focus-inner,
.jdhBdT[type='reset']::-moz-focus-inner,
.jdhBdT[type='submit']::-moz-focus-inner {
border-style: none;
padding: 0;
}
.jdhBdT:-moz-focusring,
.jdhBdT[type='button']:-moz-focusring,
.jdhBdT[type='reset']:-moz-focusring,
.jdhBdT[type='submit']:-moz-focusring {
outline: 0.0625rem dotted ButtonText;
}
<button className="bgTKnx">Click Here!</button>
License
MPL-2.0
2.0.0
6 years ago
1.0.18
7 years ago
1.0.17
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.10
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
1.0.0
8 years ago