Add current to default color palette

as discussed in #998
This commit is contained in:
Philipp Bosch 2020-03-12 11:31:26 +01:00 committed by GitHub
parent a09a9dc86c
commit 2558618a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ module.exports = {
},
colors: {
transparent: 'transparent',
current: 'currentColor',
black: '#000',
white: '#fff',