postcss-property-groups
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

postcss-property-groups

Install

npm i -D postcss-property-groups

Usage

Node.js

const postcss = require("postcss");
const { plugin } = require("postcss-property-groups");

postcss(plugin)
  .process("* { color: red; }", {
    from: undefined,
  })
  .then((result) => {
    console.log(result.css);
  });

Options

plugin(options?: Options);

interface Options {}

Changelog

CHANGELOG.md

Package Sidebar

Install

npm i postcss-property-groups

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

9.17 kB

Total Files

8

Last publish

Collaborators

  • luchsamapparat