Adam Rybak
Adam Rybak
> I guess it should be > > ```ts > try { > console.log("try"); > } catch (error) { // this is a comment > console.error(error); > } > ```...
Currently the two types of blocks behave differently: **Input:** ```ts try { console.log("try"); } // catch (error) { console.log(error); } // finally { console.log("fin"); } if (condition) { return "yes";...
Hi @SeanFeldman, there is no particular cross namespace function that I am performing however it would be nice to be able to refresh all the queues at once so I...
My solution was to put the preflight layer at the start. ```css /* top of app.css */ @layer preflight, theme, base, components, utilities; @import "tailwindcss/preflight.css" layer(preflight); @import "tailwindcss/theme.css" layer(theme); @import...
+1 Having the ability to use my password manager would be great!
Forgive me if I am not interpreting the context of this issue. I would love to have all the hard-coded base values implemented as REM instead of PX. Right now...