Configured, and added tailwindcss (#223)
Co-authored-by: widlam <mikolaj.widla@gmail.com> Reviewed-on: #223 Reviewed-by: Adam Bem <bema@noreply.example.com> Co-authored-by: Mikolaj Widla <widlam@noreply.example.com> Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
7
Frontend/postcss.config.js
Normal file
7
Frontend/postcss.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
/* eslint-disable no-undef */
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user