Open TylerOlthuizen opened 4 years ago
The issue is that tailwind-react-ui
expects Tailwind 1 and the color naming convention changed in Tailwind 2. The colors in this library use <target>-<color>-<label>
(e.g. bg-red-darker
) and in Tailwind 2, the label has been replaced with a number.
You can work around this to some extent using a theme.
This may be an issue with my tailwind setup , not 100% sure.
I'm using the fill button component that is in the docs example.
const Button = () => <FillButton brand="primary">Submit</FillButton>
some styles pull in , others do not such as the background color.
here is my tailwind config
here is my postcss config