0.2.3 • Published 2 years ago

@fast-styles/babel-plugin v0.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago