0.2.3 • Published 9 months ago

@fast-styles/babel-plugin v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Fast-Styles Babel Plugin

This is a plugin that generates the stylemap used by fast-styles at transpile time.

Installation

npm install --save-dev @fast-styles/babel-plugin

or

yarn add -D @fast-styles/babel-plugin

Configuration

You need to add the plugin to your Babel configuration file for it to work.

// 1. Import the Fast-Styles Babel Plugin
const babelPluginFastSyles = require('@fast-styles/babel-plugin');

module.exports = {
  plugins: [
     // 2. Add the plugin to the list
     babelPluginFastSyles,
  ],
};
0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago