Skip to content

Commit

Permalink
added tailwindcss to the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Rotermund committed Apr 11, 2020
1 parent 058c0d7 commit 2bd74cc
Show file tree
Hide file tree
Showing 6 changed files with 535 additions and 88 deletions.
10 changes: 10 additions & 0 deletions build/postcss.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
'use strict'

const autoprefixer = require("autoprefixer")
const tailwindcss = require("tailwindcss")

module.exports = {
plugins: [
tailwindcss, autoprefixer
],
}
9 changes: 9 additions & 0 deletions build/tailwind.conf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
'use strict'

module.exports = {
theme: {
extend: {},
},
variants: {},
plugins: [],
}
Loading

0 comments on commit 2bd74cc

Please sign in to comment.