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

postcss.config.js - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a47ef4f95284d3103dd43c01eb27677a3ef833fd (plain)
1
2
3
4
5
module.exports = {
  plugins: {
    autoprefixer: {},
  },
};