postcss-sorting
postcss-sorting copied to clipboard
Bootstrap 5 support?
Hi i have project with Bootstrap 5, my config for postcss-sorting has Order and Properties-Order sections, for instance:
order: [ 'custom-properties', 'dollar-variables', { type: 'at-rule', name: 'include', }, { type: 'at-rule', name: 'include', hasBlock: true, }, 'declarations', { type: 'rule', selector: /^&/, }, { type: 'rule', selector: /^&:\w+$/, }, { type: 'rule', selector: /^&::\w+$/, }, { type: 'at-rule', name: 'media', },]
- transformation from SCSS to CSS with sass +
- when i Postcss with my config it stuck and doesn't work
any specific configuration for var() - custom properties or? thanks in advanced!