PostCSS syntax plugin used in the minimal front-end framework
.block {
mixin(#000, bold, url('/path/to/image.png'));
otherMixin(family: ['Open Sans', Arial, sans-serif], weight: 700);
}
const syntax = require('postcss-wee-syntax');
postcss(plugins).process(css, {
syntax: syntax
});
Right now, you can set Sass syntax highlighting for .pcss files.