Skip to content

v2.0.0-rc.21

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 12:47
· 891 commits to rc since this release

New Features

  • Master Colors @1aron 02bf77a

    Starting from this version, the Master CSS color palette has been spun off into a new product called Master Colors. This release is specifically targeted toward users who prefer v1 colors, and separating it will facilitate the future progress of Master CSS.

    You can also install @master/colors from NPM if needed and access the colors object:

    import colors from '@master/colors'
    
    console.log(colors.blue[60])

palette

Documentation