We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: OS: Windows 11 10.0.22000 CPU: (16) x64 12th Gen Intel(R) Core(TM) i5-1240P Memory: 1.71 GB / 15.73 GB Browsers: Edge: Spartan (44.22000.120.0), Chromium (123.0.2420.97) Internet Explorer: 11.0.22000.120
根据文档 正确的安装@modern-js/plugin-tailwindcss 在modern.config.ts添加了tailwindcssPlugin
@modern-js/plugin-tailwindcss
modern.config.ts
tailwindcssPlugin
由于是构建组件库 无法直接在src/index.jsx引入。
src/index.jsx
我是这样使用的
https://github.com/h7ml/shark/blob/e1f31eec906be992d8ac9095b31806ef50dc8a17/packages/ui/src/VideoPlayer/styles/index.less#L1-L3
https://github.com/h7ml/shark/blob/e1f31eec906be992d8ac9095b31806ef50dc8a17/packages/ui/src/VideoPlayer/VideoPlayer.tsx#L2
https://github.com/h7ml/shark/tree/master/packages/ui
codesandbox
pnpm dev:docs
VideoPlayer
The text was updated successfully, but these errors were encountered:
is not working now??
Sorry, something went wrong.
No branches or pull requests
版本信息
问题详情
根据文档 正确的安装
@modern-js/plugin-tailwindcss
在modern.config.ts
添加了tailwindcssPlugin
由于是构建组件库 无法直接在
src/index.jsx
引入。我是这样使用的
https://github.com/h7ml/shark/blob/e1f31eec906be992d8ac9095b31806ef50dc8a17/packages/ui/src/VideoPlayer/styles/index.less#L1-L3
https://github.com/h7ml/shark/blob/e1f31eec906be992d8ac9095b31806ef50dc8a17/packages/ui/src/VideoPlayer/VideoPlayer.tsx#L2
复现链接
https://github.com/h7ml/shark/tree/master/packages/ui
复现步骤
codesandbox
VideoPlayer
The text was updated successfully, but these errors were encountered: