Fela plugin to log processed style objects
npm install fela-plugin-loggerLogs 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.
``sh`
yarn add fela-plugin-logger
You may alternatively use npm i --save fela-plugin-logger.
Make sure to read the documentation on how to use plugins.
`javascript
import { createRenderer } from 'fela'
import logger from 'fela-plugin-logger'
const renderer = createRenderer({
plugins: [logger()],
})
``
Fela is licensed under the MIT License.
Documentation is licensed under Creative Commons License.
Created with ♥ by @robinweser and all the great contributors.