Welcome to mirror list, hosted at ThFree Co, Russian Federation.

postcss.config.js « exampleSite - github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 075721664abc5b5789fac566eb9ae069c89a91d1 (plain)
1
2
3
4
5
6
7
// postcss.config.js
module.exports = {
    plugins: {
      tailwindcss: {},
      autoprefixer: {},
    }
  }