0.7.1 • Published 4 months ago

@stylex-extend/postcss v0.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@stylex-extend/postcss

Quick Start

Install

yarn add @stylex-extend/postcss autoprefixer -D

Usage

// .babelrc.js

module.exports = {
  plugins: ['@stylex-extend/babel-plugin', '@stylexjs/babel-plugin']
}

Add the following to your postcss.config.js

module.exports = {
  plugins: {
    '@stylex-extend/postcss': {
      include: ['src/**/*.{js,jsx,ts,tsx}']
    },
    autoprefixer: {}
  }
}