Custom syntax used in the minimal front-end framework
npm install postcss-wee-syntax



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