Socket
Socket
Sign inDemoInstall

postcss-wee-syntax

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-wee-syntax

Custom syntax used in the minimal front-end framework


Version published
Weekly downloads
74
increased by117.65%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 16 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc