Skip to content

Commit 57793ba

Browse files
koray-erenJeff
authored andcommitted
tailwind install
1 parent 10c5eaf commit 57793ba

File tree

10 files changed

+1886
-1043
lines changed

10 files changed

+1886
-1043
lines changed

package-lock.json

Lines changed: 1858 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"devDependencies": {
3+
"autoprefixer": "^10.4.4",
4+
"cssnano": "^5.1.5",
5+
"postcss": "^8.4.12",
6+
"postcss-cli": "^9.1.0",
37
"tailwindcss": "^3.0.23"
48
}
59
}

postcss.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
plugins: [
3+
require('tailwindcss'),
4+
require('autoprefixer'),
5+
require('cssnano')({
6+
preset: 'default',
7+
}),
8+
],
9+
};

0 commit comments

Comments
 (0)