We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823cace commit b3ed724Copy full SHA for b3ed724
colors.js
@@ -1,4 +1,6 @@
1
module.exports = {
2
+ black: '#000',
3
+ white: '#fff',
4
rose: {
5
50: '#fff1f2',
6
100: '#ffe4e6',
stubs/defaultConfig.stub.js
@@ -16,9 +16,8 @@ module.exports = {
16
transparent: 'transparent',
17
current: 'currentColor',
18
19
- black: '#000',
20
- white: '#fff',
21
-
+ black: colors.black,
+ white: colors.white,
22
gray: colors.coolGray,
23
red: colors.red,
24
yellow: colors.amber,
0 commit comments