Skip to content

Commit

Permalink
feedback: update tailwind to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
teleaziz committed Jan 5, 2022
1 parent b9abc84 commit 12840e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions examples/cms-builder-io/package.json
@@ -1,5 +1,5 @@
{
"private": true,
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
Expand All @@ -15,8 +15,8 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"autoprefixer": "10.2.6",
"postcss": "8.3.5",
"tailwindcss": "^2.2.4"
"autoprefixer": "^10.4.1",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11"
}
}
3 changes: 1 addition & 2 deletions examples/cms-builder-io/tailwind.config.js
@@ -1,6 +1,5 @@
module.exports = {
mode: 'JIT',
purge: ['./components/**/*.js', './pages/**/*.js'],
content: ['./components/**/*.js', './pages/**/*.js'],
theme: {
extend: {
fontFamily: {
Expand Down

0 comments on commit 12840e8

Please sign in to comment.