@bitrix24/b24ui-nuxt 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,29 +42,30 @@ export default {
42
42
  "label": "w-full min-h-6 flex items-center rtl:flex-row-reverse gap-1.5 font-medium text-xs/6 text-base-500 dark:text-base-400 ps-2xl pe-xs rtl:ps-xs rtl:pe-2xl",
43
43
  "item": "min-w-0",
44
44
  "link": "group relative cursor-pointer w-full flex items-center gap-1.5 font-normal text-lg leading-9 min-h-9 before:absolute before:z-[-1] focus:outline-none focus-visible:before:rounded-md focus-visible:outline-none dark:focus-visible:outline-none focus-visible:before:ring-inset focus-visible:before:ring-2",
45
- "linkLeadingIcon": "shrink-0 size-5",
46
- "linkLeadingAvatar": "shrink-0",
45
+ "linkLeadingIcon": "shrink-0 size-4 -ms-1 rtl:-ms-0 rtl:-me-1",
46
+ "linkLeadingAvatar": "shrink-0 -ms-1 rtl:-ms-0 rtl:-me-1",
47
47
  "linkLeadingAvatarSize": "2xs",
48
- "linkTrailing": "ms-auto inline-flex gap-1.5 items-center",
48
+ "linkTrailing": "inline-flex gap-1.5 items-center",
49
49
  "linkTrailingBadge": "shrink-0",
50
50
  "linkTrailingBadgeSize": "sm",
51
- "linkTrailingIcon": "text-base-600 size-5 transform shrink-0 group-data-[state=open]:rotate-180 transition-transform duration-200",
51
+ "linkTrailingIcon": "text-base-600 size-4 transform shrink-0 group-data-[state=open]:rotate-180 transition-transform duration-200",
52
52
  "linkLabel": "truncate",
53
+ "linkLabelWrapper": "flex items-center items-center justify-between rtl:flex-row-reverse gap-1.5",
53
54
  "linkLabelExternalIcon": "inline-block h-6 w-3 align-top text-base-500 dark:text-base-700",
54
55
  "childList": "",
55
56
  "childItem": "",
56
- "childLink": "group size-full px-3 py-2 flex items-start gap-2 text-start",
57
+ "childLink": "group size-full px-3 py-2 rounded-2xs flex items-start gap-2 text-start",
57
58
  "childLinkWrapper": "flex flex-col items-start",
58
59
  "childLinkIcon": "size-5 shrink-0",
59
60
  "childLinkLabel": "font-semibold text-sm relative inline-flex",
60
61
  "childLinkLabelExternalIcon": "inline-block h-6 w-3 align-top text-base-500 dark:text-base-700",
61
- "childLinkDescription": "text-sm text-(--ui-text-muted)",
62
- "separator": "px-2 h-px bg-(--ui-border)",
62
+ "childLinkDescription": "text-sm text-base-500 dark:text-base-700",
63
+ "separator": "px-2 h-px bg-base-950/10 dark:bg-base-100/20",
63
64
  "viewportWrapper": "absolute top-full left-0 flex w-full",
64
- "viewport": "relative overflow-hidden w-full bg-(--ui-bg) shadow-lg rounded-md ring ring-(--ui-border) h-(--reka-navigation-menu-viewport-height) transition-[width,height,left] duration-200 origin-[top_center] motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]",
65
+ "viewport": "relative overflow-hidden w-full bg-white dark:bg-base-dark shadow-lg rounded-2xs ring ring-base-300 dark:ring-base-800 h-(--reka-navigation-menu-viewport-height) transition-[width,height,left] duration-200 origin-[top_center] motion-safe:data-[state=open]:animate-[scale-in_100ms_ease-out] motion-safe:data-[state=closed]:animate-[scale-out_100ms_ease-in]",
65
66
  "content": "absolute top-0 left-0 w-full",
66
67
  "indicator": "absolute motion-safe:data-[state=visible]:animate-[fade-in_100ms_ease-out] motion-safe:data-[state=hidden]:animate-[fade-out_100ms_ease-in] data-[state=hidden]:opacity-0 bottom-0 z-[1] w-(--reka-navigation-menu-indicator-size) h-2.5 translate-x-(--reka-navigation-menu-indicator-position) flex items-end justify-center overflow-hidden transition-[translate,width] duration-200",
67
- "arrow": "relative top-[50%] size-2.5 rotate-45 border border-(--ui-border) bg-(--ui-bg) z-[1] rounded-md"
68
+ "arrow": "relative top-[50%] size-2.5 rotate-45 border border-base-300 dark:border-base-800 bg-white dark:bg-base-dark z-[1] rounded-3xs"
68
69
  },
69
70
  "variants": {
70
71
  "color": {
@@ -72,13 +73,34 @@ export default {
72
73
  "link": "focus-visible:before:ring-base-300 dark:focus-visible:before:ring-base-800",
73
74
  "childLink": "focus-visible:outline-base-300 dark:focus-visible:outline-base-800"
74
75
  },
75
- "danger": "",
76
- "success": "",
77
- "warning": "",
78
- "primary": "",
79
- "secondary": "",
80
- "collab": "",
81
- "ai": ""
76
+ "danger": {
77
+ "link": "focus-visible:before:ring-red-300 dark:focus-visible:before:ring-red-800",
78
+ "childLink": "focus-visible:outline-red-300 dark:focus-visible:outline-red-800"
79
+ },
80
+ "success": {
81
+ "link": "focus-visible:before:ring-green-300 dark:focus-visible:before:ring-green-800",
82
+ "childLink": "focus-visible:outline-green-300 dark:focus-visible:outline-green-800"
83
+ },
84
+ "warning": {
85
+ "link": "focus-visible:before:ring-orange-300 dark:focus-visible:before:ring-orange-800",
86
+ "childLink": "focus-visible:outline-orange-300 dark:focus-visible:outline-orange-800"
87
+ },
88
+ "primary": {
89
+ "link": "focus-visible:before:ring-blue-300 dark:focus-visible:before:ring-blue-800",
90
+ "childLink": "focus-visible:outline-blue-300 dark:focus-visible:outline-blue-800"
91
+ },
92
+ "secondary": {
93
+ "link": "focus-visible:before:ring-cyan-300 dark:focus-visible:before:ring-cyan-800",
94
+ "childLink": "focus-visible:outline-cyan-300 dark:focus-visible:outline-cyan-800"
95
+ },
96
+ "collab": {
97
+ "link": "focus-visible:before:ring-collab-300 dark:focus-visible:before:ring-collab-800",
98
+ "childLink": "focus-visible:outline-collab-300 dark:focus-visible:outline-collab-800"
99
+ },
100
+ "ai": {
101
+ "link": "focus-visible:before:ring-ai-300 dark:focus-visible:before:ring-ai-800",
102
+ "childLink": "focus-visible:outline-ai-300 dark:focus-visible:outline-ai-800"
103
+ }
82
104
  },
83
105
  "highlightColor": {
84
106
  "default": "",
@@ -122,14 +144,14 @@ export default {
122
144
  },
123
145
  "active": {
124
146
  "true": {
125
- "childLink": "bg-(--ui-bg-elevated) text-(--ui-text-highlighted)",
126
- "childLinkIcon": "text-(--ui-text)"
147
+ "childLink": "bg-base-250/80 dark:bg-white/10 text-base-950 dark:text-base-50 font-semibold",
148
+ "childLinkIcon": "text-base-950 dark:text-base-50"
127
149
  },
128
150
  "false": {
129
151
  "link": "text-base-900 dark:text-base-200",
130
152
  "linkLeadingIcon": "text-base-500 dark:text-base-700",
131
- "childLink": "hover:bg-(--ui-bg-elevated)/50 text-(--ui-text) hover:text-(--ui-text-highlighted) transition-colors",
132
- "childLinkIcon": "text-base-500 dark:text-base-700 group-hover:text-(--ui-text) transition-colors"
153
+ "childLink": "hover:bg-base-250/80 dark:hover:bg-white/10 text-base-500 dark:text-base-700 hover:text-base-950 dark:hover:dark:text-base-50 transition-colors",
154
+ "childLinkIcon": "text-base-500 dark:text-base-700 group-hover:text-base-950 dark:group-hover:text-base-50 transition-colors"
133
155
  }
134
156
  },
135
157
  "disabled": {
@@ -179,7 +201,7 @@ export default {
179
201
  "level": true,
180
202
  "class": {
181
203
  "link": [
182
- "after:absolute after:-start-1.5 after:inset-y-0.5 after:block after:w-px after:rounded-full",
204
+ "after:absolute after:-start-1.5 after:inset-y-0.5 after:block after:w-[7px] after:rounded-full",
183
205
  "after:transition-colors"
184
206
  ]
185
207
  }
@@ -190,7 +212,7 @@ export default {
190
212
  "variant": "pill" as typeof variant[number],
191
213
  "class": {
192
214
  "link": "transition-colors before:transition-colors",
193
- "linkLeadingIcon": "group-hover:text-(--ui-text) transition-colors"
215
+ "linkLeadingIcon": "group-hover:text-base-900 dark:group-hover:text-base-200 transition-colors"
194
216
  }
195
217
  },
196
218
  {
@@ -199,8 +221,8 @@ export default {
199
221
  "variant": "pill" as typeof variant[number],
200
222
  "orientation": "horizontal" as typeof orientation[number],
201
223
  "class": {
202
- "link": "data-[state=open]:text-(--ui-text-highlighted)",
203
- "linkLeadingIcon": "group-data-[state=open]:text-(--ui-text)"
224
+ "link": "before:rounded-md data-[state=open]:text-base-950 dark:data-[state=open]:text-base-50",
225
+ "linkLeadingIcon": "group-data-[state=open]:text-base-950 dark:group-data-[state=open]:text-base-50"
204
226
  }
205
227
  },
206
228
  {
@@ -209,7 +231,7 @@ export default {
209
231
  "highlight": true,
210
232
  "orientation": "horizontal" as typeof orientation[number],
211
233
  "class": {
212
- "link": "data-[state=open]:before:bg-(--ui-bg-elevated)/50"
234
+ "link": "data-[state=open]:before:rounded-md data-[state=open]:before:bg-base-250/80 dark:data-[state=open]:before:bg-white/10"
213
235
  }
214
236
  },
215
237
  {
@@ -219,7 +241,7 @@ export default {
219
241
  "active": false,
220
242
  "orientation": "horizontal" as typeof orientation[number],
221
243
  "class": {
222
- "link": "data-[state=open]:before:bg-(--ui-bg-elevated)/50"
244
+ "link": "data-[state=open]:before:bg-base-250/80 dark:data-[state=open]:before:bg-white/10"
223
245
  }
224
246
  },
225
247
  {
@@ -227,8 +249,79 @@ export default {
227
249
  "variant": "pill" as typeof variant[number],
228
250
  "active": true,
229
251
  "class": {
230
- "linkLeadingIcon": "text-(--ui-text-highlighted) group-data-[state=open]:text-(--ui-text-highlighted)",
231
- "linkLabel": "text-white dark:text-white bg-base-800 dark:bg-white/35"
252
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
253
+ "linkLabel": "font-semibold text-white dark:text-white",
254
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-base-800 dark:bg-white/35 rounded-2xl"
255
+ }
256
+ },
257
+ {
258
+ "color": "danger" as typeof color[number],
259
+ "variant": "pill" as typeof variant[number],
260
+ "active": true,
261
+ "class": {
262
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
263
+ "linkLabel": "font-semibold text-white dark:text-white",
264
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-red-800 dark:bg-red-800 rounded-2xl"
265
+ }
266
+ },
267
+ {
268
+ "color": "success" as typeof color[number],
269
+ "variant": "pill" as typeof variant[number],
270
+ "active": true,
271
+ "class": {
272
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
273
+ "linkLabel": "font-semibold text-white dark:text-white",
274
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-green-800 dark:bg-green-800 rounded-2xl"
275
+ }
276
+ },
277
+ {
278
+ "color": "warning" as typeof color[number],
279
+ "variant": "pill" as typeof variant[number],
280
+ "active": true,
281
+ "class": {
282
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
283
+ "linkLabel": "font-semibold text-white dark:text-white",
284
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-orange-800 dark:bg-orange-800 rounded-2xl"
285
+ }
286
+ },
287
+ {
288
+ "color": "primary" as typeof color[number],
289
+ "variant": "pill" as typeof variant[number],
290
+ "active": true,
291
+ "class": {
292
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
293
+ "linkLabel": "font-semibold text-white dark:text-white",
294
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-blue-800 dark:bg-blue-800 rounded-2xl"
295
+ }
296
+ },
297
+ {
298
+ "color": "secondary" as typeof color[number],
299
+ "variant": "pill" as typeof variant[number],
300
+ "active": true,
301
+ "class": {
302
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
303
+ "linkLabel": "font-semibold text-white dark:text-white",
304
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-cyan-800 dark:bg-cyan-800 rounded-2xl"
305
+ }
306
+ },
307
+ {
308
+ "color": "collab" as typeof color[number],
309
+ "variant": "pill" as typeof variant[number],
310
+ "active": true,
311
+ "class": {
312
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
313
+ "linkLabel": "font-semibold text-white dark:text-white",
314
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-collab-800 dark:bg-collab-800 rounded-2xl"
315
+ }
316
+ },
317
+ {
318
+ "color": "ai" as typeof color[number],
319
+ "variant": "pill" as typeof variant[number],
320
+ "active": true,
321
+ "class": {
322
+ "linkLeadingIcon": "text-white dark:text-white group-data-[state=open]:text-white dark:group-data-[state=open]:text-white",
323
+ "linkLabel": "font-semibold text-white dark:text-white",
324
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-ai-800 dark:bg-ai-800 rounded-2xl"
232
325
  }
233
326
  },
234
327
  {
@@ -237,7 +330,8 @@ export default {
237
330
  "highlight": false,
238
331
  "class": {
239
332
  "link": "leading-9",
240
- "linkLabel": "px-3 -ms-3 me-3 rtl:-me-3 rtl:ms-3 font-semibold leading-[1.563rem] text-white dark:text-white bg-base-800 dark:bg-white/35 rounded-2xl"
333
+ "linkLabel": "font-semibold text-white dark:text-white",
334
+ "linkLabelWrapper": "px-3 -ms-3 rtl:-me-3 rtl:ms-0 leading-[1.563rem] bg-base-800 dark:bg-white/35 rounded-2xl"
241
335
  }
242
336
  },
243
337
  {
@@ -246,7 +340,7 @@ export default {
246
340
  "highlight": true,
247
341
  "class": {
248
342
  "link": [
249
- "hover:before:bg-(--ui-bg-elevated)/50",
343
+ "hover:before:bg-base-250/80 dark:hover:before:bg-white/10",
250
344
  "before:transition-colors"
251
345
  ]
252
346
  }
@@ -257,7 +351,7 @@ export default {
257
351
  "variant": "link" as typeof variant[number],
258
352
  "class": {
259
353
  "link": "hover:text-base-950 dark:hover:text-base-50 transition-colors",
260
- "linkLeadingIcon": "group-hover:text-(--ui-text) transition-colors"
354
+ "linkLeadingIcon": "group-hover:text-base-950 dark:group-hover:text-base-50 transition-colors"
261
355
  }
262
356
  },
263
357
  {
@@ -266,8 +360,8 @@ export default {
266
360
  "variant": "link" as typeof variant[number],
267
361
  "orientation": "horizontal" as typeof orientation[number],
268
362
  "class": {
269
- "link": "data-[state=open]:text-(--ui-text-highlighted)",
270
- "linkLeadingIcon": "group-data-[state=open]:text-(--ui-text)"
363
+ "link": "data-[state=open]:text-base-950 dark:data-[state=open]:text-base-50",
364
+ "linkLeadingIcon": "group-data-[state=open]:text-base-950 dark:group-data-[state=open]:text-base-50"
271
365
  }
272
366
  },
273
367
  {
@@ -275,8 +369,71 @@ export default {
275
369
  "variant": "link" as typeof variant[number],
276
370
  "active": true,
277
371
  "class": {
278
- "link": "text-(--ui-text-highlighted)",
279
- "linkLeadingIcon": "text-(--ui-text-highlighted) group-data-[state=open]:text-(--ui-text-highlighted)"
372
+ "link": "font-semibold text-base-950 dark:text-base-50",
373
+ "linkLeadingIcon": "text-base-950 group-data-[state=open]:text-base-950 dark:text-base-50 dark:group-data-[state=open]:text-base-50"
374
+ }
375
+ },
376
+ {
377
+ "color": "danger" as typeof color[number],
378
+ "variant": "link" as typeof variant[number],
379
+ "active": true,
380
+ "class": {
381
+ "link": "font-semibold text-red-800 dark:text-red-600",
382
+ "linkLeadingIcon": "text-red-800 group-data-[state=open]:text-red-600 dark:text-red-600 dark:group-data-[state=open]:text-red-600"
383
+ }
384
+ },
385
+ {
386
+ "color": "success" as typeof color[number],
387
+ "variant": "link" as typeof variant[number],
388
+ "active": true,
389
+ "class": {
390
+ "link": "font-semibold text-green-800 dark:text-green-600",
391
+ "linkLeadingIcon": "text-green-800 group-data-[state=open]:text-green-600 dark:text-green-600 dark:group-data-[state=open]:text-green-600"
392
+ }
393
+ },
394
+ {
395
+ "color": "warning" as typeof color[number],
396
+ "variant": "link" as typeof variant[number],
397
+ "active": true,
398
+ "class": {
399
+ "link": "font-semibold text-orange-800 dark:text-orange-600",
400
+ "linkLeadingIcon": "text-orange-800 group-data-[state=open]:text-orange-600 dark:text-orange-600 dark:group-data-[state=open]:text-orange-600"
401
+ }
402
+ },
403
+ {
404
+ "color": "primary" as typeof color[number],
405
+ "variant": "link" as typeof variant[number],
406
+ "active": true,
407
+ "class": {
408
+ "link": "font-semibold text-blue-800 dark:text-blue-600",
409
+ "linkLeadingIcon": "text-blue-800 group-data-[state=open]:text-blue-600 dark:text-blue-600 dark:group-data-[state=open]:text-blue-600"
410
+ }
411
+ },
412
+ {
413
+ "color": "secondary" as typeof color[number],
414
+ "variant": "link" as typeof variant[number],
415
+ "active": true,
416
+ "class": {
417
+ "link": "font-semibold text-cyan-800 dark:text-cyan-600",
418
+ "linkLeadingIcon": "text-cyan-800 group-data-[state=open]:text-cyan-600 dark:text-cyan-600 dark:group-data-[state=open]:text-cyan-600"
419
+ }
420
+ },
421
+ {
422
+ "color": "collab" as typeof color[number],
423
+ "variant": "link" as typeof variant[number],
424
+ "active": true,
425
+ "class": {
426
+ "link": "font-semibold text-collab-800 dark:text-collab-600",
427
+ "linkLeadingIcon": "text-collab-800 group-data-[state=open]:text-collab-600 dark:text-collab-600 dark:group-data-[state=open]:text-collab-600"
428
+ }
429
+ },
430
+ {
431
+ "color": "ai" as typeof color[number],
432
+ "variant": "link" as typeof variant[number],
433
+ "active": true,
434
+ "class": {
435
+ "link": "font-semibold text-ai-800 dark:text-ai-600",
436
+ "linkLeadingIcon": "text-ai-800 group-data-[state=open]:text-ai-600 dark:text-ai-600 dark:group-data-[state=open]:text-ai-600"
280
437
  }
281
438
  },
282
439
  {
@@ -285,15 +442,78 @@ export default {
285
442
  "level": true,
286
443
  "active": true,
287
444
  "class": {
288
- "link": "after:bg-(--ui-bg-inverted)"
445
+ "link": "after:bg-base-500"
446
+ }
447
+ },
448
+ {
449
+ "highlightColor": "danger" as typeof highlightColor[number],
450
+ "highlight": true,
451
+ "level": true,
452
+ "active": true,
453
+ "class": {
454
+ "link": "after:bg-red-500 dark:after:bg-red-600"
455
+ }
456
+ },
457
+ {
458
+ "highlightColor": "success" as typeof highlightColor[number],
459
+ "highlight": true,
460
+ "level": true,
461
+ "active": true,
462
+ "class": {
463
+ "link": "after:bg-green-500 dark:after:bg-green-600"
464
+ }
465
+ },
466
+ {
467
+ "highlightColor": "warning" as typeof highlightColor[number],
468
+ "highlight": true,
469
+ "level": true,
470
+ "active": true,
471
+ "class": {
472
+ "link": "after:bg-orange-500 dark:after:bg-orange-600"
473
+ }
474
+ },
475
+ {
476
+ "highlightColor": "primary" as typeof highlightColor[number],
477
+ "highlight": true,
478
+ "level": true,
479
+ "active": true,
480
+ "class": {
481
+ "link": "after:bg-blue-500 dark:after:bg-blue-600"
482
+ }
483
+ },
484
+ {
485
+ "highlightColor": "secondary" as typeof highlightColor[number],
486
+ "highlight": true,
487
+ "level": true,
488
+ "active": true,
489
+ "class": {
490
+ "link": "after:bg-cyan-500 dark:after:bg-cyan-600"
491
+ }
492
+ },
493
+ {
494
+ "highlightColor": "collab" as typeof highlightColor[number],
495
+ "highlight": true,
496
+ "level": true,
497
+ "active": true,
498
+ "class": {
499
+ "link": "after:bg-collab-500 dark:after:bg-collab-600"
500
+ }
501
+ },
502
+ {
503
+ "highlightColor": "ai" as typeof highlightColor[number],
504
+ "highlight": true,
505
+ "level": true,
506
+ "active": true,
507
+ "class": {
508
+ "link": "after:bg-ai-500 dark:after:bg-ai-600"
289
509
  }
290
510
  },
291
511
  {
292
512
  "orientation": "vertical" as typeof orientation[number],
293
513
  "collapsed": false,
294
514
  "class": {
295
- "childList": "v-1",
296
- "childItem": "v-2 [&>a]:ps-[44px]"
515
+ "childList": "",
516
+ "childItem": "[&>*]:ps-[44px] rtl:[&>*]:pe-[44px]"
297
517
  }
298
518
  },
299
519
  {
package/.nuxt/b24ui.css CHANGED
@@ -1,3 +1,3 @@
1
1
  @source "./b24ui";
2
2
 
3
- @theme default static {}
3
+ @theme default {}
package/README.md CHANGED
@@ -39,7 +39,7 @@ export default defineNuxtConfig({
39
39
  2. Import Tailwind CSS and Bitrix24 UI in your CSS:
40
40
 
41
41
  ```css [assets/css/main.css]
42
- @import "tailwindcss" theme(static);
42
+ @import "tailwindcss";
43
43
  @import "@bitrix24/b24ui-nuxt";
44
44
  ```
45
45
 
@@ -85,7 +85,7 @@ app.mount('#app')
85
85
  3. Import Tailwind CSS and Bitrix24 UI in your CSS:
86
86
 
87
87
  ```css [assets/main.css]
88
- @import "tailwindcss" theme(static);
88
+ @import "tailwindcss";
89
89
  @import "@bitrix24/b24ui-nuxt";
90
90
  ```
91
91