Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

wolox-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

wolox-equalizer

Wolox scss bootstrap equalizer.

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

Wolox Equalizer

circle-ci npm

FEArmy

Features

  • Reset the default styles of the browser.
  • Contains Wolox standards for normalizing front-end projects.

Installation

npm

npm i wolox-equalizer

yarn

yarn add wolox-equalizer

Usage

Include the equalizer.scss before any file of your CSS/SCSS. You can do it by simply using the import statement on top of your root scss file:

@import '~wolox-equalizer/equalizer';

Or you can also do the following trick to simply import it with it's name:

@import 'equalizer';
// webpack.config.js
{
  loader: 'sass-loader',
  options: {
    includePaths: ['node_modules/wolox-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 Francisco Iglesias & Braian Dickson and it was written by Wolox.

Wolox

FAQs

Package last updated on 29 May 2018

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