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

jxnblk/basscss-color-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

Basscss Color Basic

Basic color module for Basscss.

http://basscss.com

Usage

Compile with Rework, using the following plugins:

Basscss Utilities also works with:

Defaults

Variables

To edit these defaults, define new variables afer importing basscss-color-basic.

:root {

  --dark-gray: #304650;
  --blue: #0076df;
  --mid-gray: #667680;
  --light-gray: #f3f9f9;
  --red: #f95020;
  --green: #00d930;
  --yellow: #ffdc00;

  --darken-1: rgba(#036,.03125);
  --darken-2: rgba(#036,.0625);
  --darken-3: rgba(#036,.125);

  --border-color: var(--darken-3);
  --border-width: 1px;
  --border-radius: 3px;

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages