Skip to content

Plugin Settings

The plugin supports the following settings:

ParameterDescriptionDefault
logs Output logs to the terminal during the build process false
useLocalFonts Use Local Font Familyfalse

Example:

js
module.exports = {
    content: [
        '...'
    ],
    theme: {},
    plugins: [
        '...',
        require('@bitrix24/b24style')({
            logs: true, 
            useLocalFonts: true
        })
    ]
};

Released under the MIT License.