lightningcss
lightningcss copied to clipboard
Use lightningCSS in browser shows error : failed to load resource `fs`
Use code from tutorial here https://lightningcss.dev/docs.html#from-deno-or-in-browser
Shows error since it's try to load module which doesn't exist in browser environment https://cdn.jsdelivr.net/npm/fs/+esm
Remove fs when import in browser could help ?