postcss-wee-syntax

3.0.0 • Public • Published

PostCSS Wee Syntax

Build Status codecov npm version

PostCSS syntax plugin used in the minimal front-end framework

.block {
    mixin(#000, boldurl('/path/to/image.png'));
    otherMixin(family: ['Open Sans'Arialsans-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

/postcss-wee-syntax/

    Package Sidebar

    Install

    npm i postcss-wee-syntax

    Weekly Downloads

    222

    Version

    3.0.0

    License

    MIT

    Last publish

    Collaborators

    • peterbedorjr
    • nathanhood