aboutsummaryrefslogtreecommitdiff
path: root/htmx/static/pico-1.5.11/css/postcss.config.js
blob: e2d2f1ddb25862d87af82f614ab0990d23698950 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
module.exports = {
  map: { 
    inline: false,
    annotation: true,
    sourcesContent: true
  },
  plugins: {
    autoprefixer: {
      cascade: false
    }
  }
}