postcss-sorting icon indicating copy to clipboard operation
postcss-sorting copied to clipboard

Bootstrap 5 support?

Open eshimischi opened this issue 4 years ago • 0 comments

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', },]

  1. transformation from SCSS to CSS with sass +
  2. when i Postcss with my config it stuck and doesn't work

any specific configuration for var() - custom properties or? thanks in advanced!

eshimischi avatar Nov 24 '21 15:11 eshimischi