Plugin Settings
The plugin supports the following settings:
Parameter | Description | Default |
---|---|---|
logs | Output logs to the terminal during the build process | false |
useLocalFonts | Use Local Font Family | false |
Example:
js
module.exports = {
content: [
'...'
],
theme: {},
plugins: [
'...',
require('@bitrix24/b24style')({
logs: true,
useLocalFonts: true
})
]
};