12.0.3 • Published 5 years ago

@fela-next/fela-plugin-logger v12.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

fela-plugin-logger

Logs processed styles to the console at a given point of processing. Not to be confused with fela-logger which is used to render the real rendered output.

This plugin is intended to be used to debug style processing steps.

Installation

yarn add fela-plugin-logger

You may alternatively use npm i --save fela-plugin-logger.

Usage

Make sure to read the documentation on how to use plugins.

import { createRenderer } from '@fela-next/fela'
import logger from '@fela-next/fela-plugin-logger'

const renderer = createRenderer({
  plugins: [ logger() ]
})

License

Fela is licensed under the MIT License. Documentation is licensed under Creative Common License. Created with ♥ by @robinweser and all the great contributors.

12.0.3

5 years ago

12.0.2

5 years ago

12.0.1

5 years ago