Socket
Socket
Sign inDemoInstall

@frontend-army/equalizer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontend-army/equalizer

CSS Reset maintained by the Frontend Army


Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

The Equalizer

npm FEArmy

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.

FAQs

Package last updated on 09 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc