Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

wocss/settings.defaults

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 

Repository files navigation

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 name Default value
$color-primary #7809BA
$color-secondary #D4007C
$color-tertiary #3A14BE

Project base

Variable name Default value
$base-background-color #ffffff
$base-font-family 'Open Sans', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
$base-font-size 1em
$base-font-weight 400
$base-line-height 1.5
$base-text-color #3d3d3d
$base-border-color $color-primary
$base-border-radius 0.313em
$base-border-width 1px
$base-border $base-border-width solid $base-border-color

Framework

Variable name Default value
$base-spacing-unit 1.5rem

About

[DEPRECATED] wocss' default settings

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages