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

.postcssrc - github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d884064fc88bd18ef350f79c0a17b490d57685e (plain)
1
2
3
4
5
6
7
{
  "plugins": {
    "autoprefixer": {
      cascade: false
    }
  }
}