v2.0.0-rc.21
Pre-release
Pre-release
github-actions
released this
28 Feb 12:47
·
891 commits
to rc
since this release
New Features
-
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 thecolors
object:import colors from '@master/colors' console.log(colors.blue[60])