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

postcss.config.js - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 961986e2b11eeebe1d4ddabdf2e6c85e2a2562e0 (plain)
1
2
3
4
5
module.exports = {
  plugins: {
    autoprefixer: {}
  }
}