Giter Club home page Giter Club logo

equalizer's Introduction

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

equalizer's People

Contributors

braiandickson avatar frankiglesias avatar jkmaswell avatar mishuagopian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

equalizer's Issues

Too many files imported

A .npmignore should be added so not all the files in the project are push to npm.

image

Only the equalizer.scss, README and LICENSE should be pushed

Links hover pseudo class

I think a tags shouldn't have a :hover overriding the color of the link, since it is actually unnecessary and could result in annoying overrides for the user

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.