Add inherit colour
This commit is contained in:
parent
7a30becd95
commit
00d7134a27
|
@ -1,6 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: "",
|
||||
tailwindcss: "./tailwind.config.js",
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
||||
|
|
9
tailwind.config.js
Normal file
9
tailwind.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
inherit: 'inherit'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue