@frontend-army/equalizer
v0.0.7
Published
CSS Reset maintained by the Frontend Army
Downloads
8
Readme
The Equalizer
Features
- Reset the default styles of the browser.
Installation
npm
npm i equalizer
yarn
yarn add equalizer
pnpm
pnpm add equalizer
Usage
Include the equalizer.css before any file of your CSS/SCSS. You can do it by simply using the import statement on top of your root scss
or css
file:
@import '~equalizer/equalizer';
Or you can also do the following trick to simply import it with it's name:
@import 'equalizer';
Base Styles
All the text have the base style:
color: #717171;
font-family: sans-serif;
font-size: 14px;
line-height: 14px;
And input placeholders:
color: #999
About
This project is maintained by the Frontend Army.