2.1.0 • Published 1 year ago

@master/colors v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Documentation

Visit Colors - Master CSS to view all colors.

Getting Started

Install the Master Colors via package managers:

npm install @master/colors

Import the colors:

import colors from '@master/colors'

The colors object contains hue colors on a scale of 5~95:

{
    blue: {
        5: '#e5f3fe',
        10: '#dbf2fe',
        ...,
    },
    pink: {
        5: '#fef1f9',
        10: '#fee9f8',
        ...,
    },
    ...
}

Community

The Master community can be found here:

Our 《 Code of Conduct 》 applies to all Master community channels.

Contributing

Please see our CONTRIBUTING for workflow.

2.1.0

1 year ago

2.0.0

1 year ago

2.0.0-rc.2

1 year ago

2.0.0-rc.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago