Socket
Book a DemoInstallSign in
Socket

@newsteam/postcss-config

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newsteam/postcss-config

Shared config for postcss

latest
Source
npmnpm
Version
0.0.57
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

@newsteam/postcss-config

License npm package npm downloads

This package provides a shared config for postcss and several of its plugins.

Usage

A single postcss configuration is exported.

Our default export contains all of our postcss plugins.

Installation

  • Install the shared configuration:
npm install --save-dev @newsteam/postcss-config
  • Add to your postcss.config.js.
const config = require("@newsteam/postcss-config");

module.exports = config;

Maintenance

You can run tests with npm test.

Keywords

postcss

FAQs

Package last updated on 10 Nov 2023

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