sketch icon indicating copy to clipboard operation
sketch copied to clipboard

A CSS-in-Gleam package, made to work with frontend, backend and directly with lustre!

Results 7 sketch issues
Sort by recently updated
recently updated
newest added

I'll de-prioritize it right now, because I have no use case for it personally. In case you need it, please, ping me here directly. Experiments to support sketch in backend...

enhancement

I'm thinking of: ```gleam import sketch/color // Something like this with contructors type Color { Named(String) Hex(String) Rgb(Int, Int, Int) Rgba(Int, Int, Int, Float) Hsl(Int, Float, Float) } sketch.class([ sketch.background(...

enhancement

I was wondering if it's possible to add that feature. I'm willing to build but I think for that we need to have: - a way to create global styles...

enhancement
experiments needed

Let's say I want to create a custom function called size. The value passed to it should be applied in the same way tailwind does: sets width and height. I...

documentation