1.0.3 • Published 9 years ago

wocss-settings-defaults v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

This module is DEPRECATED

Checkout the starter-kit repository

Defaults

Setting

The wocss-settings-defaults module contains base project defaults variables, also variables and settings that could be required for using any of the rest of the framework.

Install using npm:

$ npm install wocss-settings-defaults --save

Usage

With a tool like webpack you can import this module writing:

@import '~wocss-settings-defaults';

Variables list

Project colors

Variable nameDefault value
$color-primary#7809BA
$color-secondary#D4007C
$color-tertiary#3A14BE

Project base

Variable nameDefault value
$base-background-color#ffffff
$base-font-family'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
$base-font-size1em
$base-font-weight400
$base-line-height1.5
$base-text-color#3d3d3d
$base-border-color$color-primary
$base-border-radius0.313em
$base-border-width1px
$base-border$base-border-width solid $base-border-color

Framework

Variable nameDefault value
$base-spacing-unit1.5rem