@alexasselin/postcss-plugin1
TypeScript icon, indicating that this package has built-in type declarations

1.4.0 • Public • Published

@sharegate/postcss-plugin

License npm version

All of ShareGate’s preferred PostCSS plugins wrapped up in a single, easy-to-use plugin.

Installation

Install the package.

With npm

npm i --save-dev @sharegate/postcss-plugin

With yarn

yarn add --dev @sharegate/postcss-plugin

Features

This plugin wraps around the following PostCSS transformations:

Usage

Create a postcss.config.js file at the root of your project with the following content:

/** @type {import('postcss').Postcss} */
module.exports = {
    plugins: ["@sharegate/postcss-plugin"]
};

License

Copyright © 2023, GSoft inc. This code is licensed under the Apache License, Version 2.0. You may obtain a copy of this license at https://github.com/gsoft-inc/gsoft-license/blob/master/LICENSE.

Package Sidebar

Install

npm i @alexasselin/postcss-plugin1

Weekly Downloads

3

Version

1.4.0

License

Apache-2.0

Unpacked Size

4.75 kB

Total Files

5

Last publish

Collaborators

  • alexasselin008