Skip to content

Commit

Permalink
Merge pull request #157 from drewclem/feature/tailwind-update
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline authored Sep 5, 2020
2 parents 77e9289 + 693ec17 commit d8faaf2
Show file tree
Hide file tree
Showing 8 changed files with 1,031 additions and 38,244 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
.env.test.local
.env.production.local

# files
src/data/contributors.json
src/assets/main.css

npm-debug.log*
yarn-debug.log*
yarn-error.log*

src/data/contributors.json
src/assets/main.css
207 changes: 186 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@
"node-fetch": "^2.6.0",
"postcss-cli": "^7.1.0",
"prettier": "^2.0.5",
"tailwindcss": "^1.2.0"
"tailwindcss": "^1.7.6"
}
}
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const tailwindcss = require('tailwindcss')

module.exports = {
plugins: [tailwindcss('./tailwind.js'), require('autoprefixer')],
plugins: [tailwindcss('./tailwind.config.js'), require('autoprefixer')],
}
Loading

0 comments on commit d8faaf2

Please sign in to comment.