Tom Byrer
Tom Byrer
I'm not sure for `About me` since I don't know how spaces are handled, but here is how I made an `About` page: 1. new folder `/source/about/` 2. new file...
Sorry I missed your feedback! >Lagon will also be available as a Cloud version good news!
I've interacted with Evan on CFWorkers Discord @ open-sourcing their code (they blogged they plan to), so likely he'd be a good POC. https://github.com/evanderkoogh
Would have to make a whole new table-ish layout for mobile. But that alone would be a neat project to spin off....
I stopped using PaleMoon a decade ago when they refused to update with the Firefox upstream, so I'd think it would fail at supporting any advances in APIs or CSS....
> it is already possible to compose styles easily in a naive way Ah, I didn't think of destructuring, cheers. Could use a macro to rewrite a cleaner syntax into...
I was imagining even simpler: ```javascript paddingLeft: theme.spacing.unit * (props.padding || 1); ``` (or maybe use CSS's `calc()`, but this would be less typing) Yes it is not real JS...
How will composablity be handled? Seems there are different APIs for combining styles: [JSS](https://cssinjs.org/jss-compose), [emotion](https://emotion.sh/docs/composition), [styled-system](https://varun.ca/styled-system/) (used in Rebass), & [Vudu](https://github.com/dhunninghake/vudu#composability-ftw) (newer, but interesting!). Similarly, how about responsive?
Thanks for the fast feedback! > Maybe there even is something like that already [Some](https://github.com/jxnblk/styled-system/blob/master/docs/responsive-styles.md#responsive-styles) of the [libs](https://github.com/danijelgrabez/responsively#option-2-call-the-function-with-desired-property-and-its-responsive-values-in-style-declaration) use a simpler array to set the value at various breakpoints. Cleaner...
Freedom via helpers might further fragment the 'generic-standard ' you want to achieve? (This is getting philosophical; opinionated standard vs flexible 50 standards; seems devs are heading towards 'opinionated standard'...