Socket
Socket
Sign inDemoInstall

postcss-wee-syntax

Package Overview
Dependencies
9
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

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
Maintainers
1
Weekly downloads
120
decreased by-1.64%

Weekly downloads

Readme

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

Last updated on 16 Aug 2017

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc