postcss-wee-syntax

Custom syntax used in the minimal front-end framework

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
postcss-wee-syntax
003.0.06 years ago6 years agoMinified + gzip package size for postcss-wee-syntax in KB

Readme

PostCSS Wee Syntax
Build Status codecov npm version

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);
}

Usage

const syntax = require('postcss-wee-syntax');

postcss(plugins).process(css, {
	syntax: syntax
});

Syntax Highlighting

Right now, you can set Sass syntax highlighting for .pcss files.

Recommended Syntax Plugins