Skip to content

Commit

Permalink
Update readme.md for current use
Browse files Browse the repository at this point in the history
updated postcss.config.js and tailwind.config.js for current usage
  • Loading branch information
TriStarGod committed Jun 6, 2023
1 parent f084355 commit 0971954
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion packages/tailwind-formio/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ module.exports = {
}
}
```
```diff
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'tailwindcss/nesting': {},
tailwindcss: {},
autoprefixer: {},
},
}
```

### Configure tailwind

Expand Down Expand Up @@ -214,7 +224,12 @@ module.exports = {
2: "2 2 0%",
3: "3 3 0%"
}
}
},
outline: {
none: ['2px solid transparent', '2px'],
white: ['2px dotted white', '2px'],
black: ['2px dotted black', '2px'],
},
},
variants: {
extend: {}
Expand Down

0 comments on commit 0971954

Please sign in to comment.