tailwind css 在我的 Threejs 网站上不起作用

发布于 2025-01-09 09:00:28 字数 1177 浏览 1 评论 0原文

我正在使用带有 webpack 的 Threejs 网站,并为我的网站设计样式,我正在使用 Tailwind CSS,我尝试配置它,但这在我的浏览器中不起作用

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
    <link href="style.css" rel="stylesheet" >
    <title>Globe animation</title>
  </head>
  <body>
    <div class="flex">
      <div class="w-1/2">
        <h1>Globe</h1>
      </div>
      <div class="w-1/2" id="canvasContainer">
      <!-- Threejs canvas globe -->
      <canvas class="webgl"></canvas>
    </div>
    </div>
  </body>
</html>

css 文件

tailwind 配置文件

post cofig css 文件

I am using threejs website with webpack and to style my website I am using Tailwind CSS and I tried to configure it and this not working in my browser

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    
    <link href="style.css" rel="stylesheet" >
    <title>Globe animation</title>
  </head>
  <body>
    <div class="flex">
      <div class="w-1/2">
        <h1>Globe</h1>
      </div>
      <div class="w-1/2" id="canvasContainer">
      <!-- Threejs canvas globe -->
      <canvas class="webgl"></canvas>
    </div>
    </div>
  </body>
</html>

css file

tailwind config file

post cofig css file

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文