Skip to content
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.

weepower/postcss-wee-syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Custom syntax used in the minimal front-end framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published