-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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
const plugins = require('tailwind-react-ui/plugins')
module.exports = {
// ...project config
purge: [
],
plugins: [
require('tailwindcss/lib/plugins/container')({}),
...Object.keys(plugins).map(name => plugins[name]()),
],
}
here is my postcss config
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer'),
],
};
:)
Metadata
Metadata
Assignees
Labels
No labels
