u3u
                                            u3u
                                        
                                    @fessacchiotto You can try https://github.com/vueuse/vueuse
Is there any way to get them in the same process? Like this: ```js const mix = require('laravel-mix'); require('laravel-mix-merge-manifest'); mix .js('resources/assets/js/front/app.js', 'public/js') .less('resources/assets/less/front/app.less', 'public/css') .extract() .mergeManifest(); mix .js('resources/assets/js/admin/app.js', 'public/js') .less('resources/assets/less/admin/app.less',...
元素都移除了 元素的属性/事件自然移除了
赞同 就像 [caniuse](https://github.com/Fyrd/caniuse/tree/master/fulldata-json) 那样可以提供完整的 `json` 文件 顺便还可以写一个转换函数发布到 [npm](https://www.npmjs.com) 方便供其他任何项目使用
@azat-io Hi, thank you for implementing this!! but it seems that it cannot be used together with [`unicorn/switch-case-braces`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v55.0.0/docs/rules/switch-case-braces.md). And there is a slight issue with sorting when `case` and `default`...
Hi, Can we be compatible with the [`prettier-plugin-multiline-arrays`](https://github.com/electrovir/prettier-plugin-multiline-arrays) plugin?
@ony3000 Thank you! That's enough!
@wingkwong @jrgarciadev This modification has caused the regression of issues #1502 and #2677. https://github.com/nextui-org/nextui/blob/canary/packages/core/theme/src/utilities/transition.ts https://github.com/nextui-org/nextui/commits/canary/packages/core/theme/src/utilities/transition.ts
https://tailwindcss.com/docs/transition-duration#using-custom-values Sorry, I made a mistake! After upgrading TailwindCSS, you need to set `transitionDuration` separately.