3.0.0 • Published 7 years ago

postcss-wee-syntax v3.0.0

Weekly downloads
1,020
License
MIT
Repository
github
Last release
7 years ago

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

3.0.0

7 years ago

2.0.3

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago