diff --git a/src/tailwind-plugin/tw-theme.js b/src/tailwind-plugin/tw-theme.js index 4793edb..6466f7b 100644 --- a/src/tailwind-plugin/tw-theme.js +++ b/src/tailwind-plugin/tw-theme.js @@ -105,6 +105,8 @@ module.exports = plugin.withOptions(() => { bg: (value) => ({ backgroundColor: value }), text: (value) => ({ color: value }), border: (value) => ({ borderColor: value }), + fill: (value) => ({ fill: value }), + stroke: (value) => ({ stroke: value }), }, { values: colorsMap, type: "color" }, );