Initial commit
TODO: change api.conf URL references to use environment variables and add these variables to the docker-compose configuration for host domain
This commit is contained in:
10
17th-web/postcss.config.js
Normal file
10
17th-web/postcss.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const tailwindcss = require('tailwindcss');
|
||||
const autoprefixer = require('autoprefixer');
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss,
|
||||
autoprefixer,
|
||||
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user