claudio-silva / claude-artifact-runner

A React-based web app project that enables running Claude AI’s Artifacts either locally or on your own server.
MIT License
209 stars 37 forks source link

Update tailwind.config.js #7

Closed dagelf closed 6 days ago

dagelf commented 6 days ago

6

claudio-silva commented 6 days ago

I merged this by mistake, as merging it causes an error when loading the page:

[vite] Internal server error: [postcss] Unexpected token (2:1)
Plugin: vite:css
  File: /Users/claudiosilva/tmp/claude-artifact-runner/src/index.css:undefined:NaN
  1  |  @tailwind base;
  2  |    @tailwind components;
  3  |    @tailwind utilities;
     |      ^
  4  |  
  5  |    @layer base {

I'll have to look into this further. Thanks anyway

P.S. I removed the merge commit.