We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fill-none
stroke-none
1 parent 5ea752e commit d77b9ceCopy full SHA for d77b9ce
stubs/defaultConfig.stub.js
@@ -284,7 +284,10 @@ module.exports = {
284
'2xl': '0 25px 25px rgb(0 0 0 / 0.15)',
285
none: '0 0 #0000',
286
},
287
- fill: ({ theme }) => theme('colors'),
+ fill: ({ theme }) => ({
288
+ ...theme('colors'),
289
+ none: 'none',
290
+ }),
291
grayscale: {
292
0: '0',
293
DEFAULT: '100%',
@@ -793,7 +796,10 @@ module.exports = {
793
796
space: ({ theme }) => ({
794
797
...theme('spacing'),
795
798
}),
- stroke: ({ theme }) => theme('colors'),
799
+ stroke: ({ theme }) => ({
800
801
802
803
strokeWidth: {
804
805
1: '1',
0 commit comments