@bitrix24/b24style
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

@bitrix24/b24style

@bitrix24/b24style provides the ability to create application interfaces that closely match the Bitrix24 user interface using Tailwind CSS utility classes.

This tool is implemented as a plugin for Tailwind CSS.

Prerequisites

Installation

Install @bitrix24/style as a dependency using npm by running the following command:

npm i @bitrix24/b24style

Add @bitrix24/b24style as a plugin inside the tailwind.config.js file:

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

Changelog

Detailed changes for each release are documented in the CHANGELOG.

License

MIT

Copyright (c) 2024-present, Bitrix24

Package Sidebar

Install

npm i @bitrix24/b24style

Weekly Downloads

18

Version

0.1.2

License

MIT

Unpacked Size

9.32 MB

Total Files

128

Last publish

Collaborators

  • compote2
  • vovkabelov