Skip to content

oovui/oov-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a color scheme based sass/scss for oovui ui library

the colors default theme is mainly based ant.design;

the colors scss model is mainly modified the open-color;

Install

npm install oov-color --save

Usage

Import the file to your project and use the variables and class.

Just for SCSS

// path: the install directory of oov-color
@import 'path/oov-color';   

body{
  background-color:$oov-c-green-6;
  color:$oov-c-gray-6;
}

Or use oov-color with webpack (Recommend)

// https://www.npmjs.com/package/sass-loader
@import '~oov-color';   

body{
  background-color:$oov-c-green-6;
  color:$oov-c-gray-6;
}

About

a color scheme based sass/scss for oovui library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages