aboutsummaryrefslogtreecommitdiff
path: root/htmx/static/pico-1.5.11/scss/postcss.config.js
blob: 4eaff4781a5300a46cbf68dea615be6cd750dd19 (plain) (blame)
1
2
3
4
5
6
7
8
9
module.exports = {
  syntax: "postcss-scss",
  map: false,
  plugins: {
    "css-declaration-sorter": { 
      order: "smacss" 
    }
  }
}