Thomasorus

Results 13 comments of Thomasorus

Hey I'm back with a bit of feedback! > i'm sure we'll run in to some hurdles eventually, but if we could avoid having to use a separate language/syntax to...

I really like this part: ```css :colors { --main: black; --second: red; } :scale { --01: 0.75; --0: 1; --1: 1.25; } .pad { padding: var(--scale)rem; } .text { color:...

Let's goooo! What is cool with this approach, I think, is that once it's done people can actually fork the forum project, create their own theme, then ask for a...

@cblgh I'm testing the compiler and here are some suggestions: 1. We should have the ability to declare where the generated classes are going to be placed inside the compiled...

> you basically asking about a way of putting the generated block of design tokens somewhere in the final css? yes! > e.g. do you always want it to be...

Since it’s a progressive enhancement that may be doable without affecting the rest of the forum, what do you think @cblgh ?

Normally the date should also be visible in a future update and should help with this. Obviously it's a design issue among several others on readability, we will have to...

> Maybe using a flexbox to put the metadata (username, date) on the right of posts could also help (ping @ftrvxmtrx @neauoire, they work on mothra and netsurf iirc) I'm...

Yes, you reverse support for old browsers. You write in floats first, then use support for recent browsers to turn the class into flex or grid. It won't be huge...

Just so you know: I've changed the usernames to have an "@" before them and proposed a pull request to @cblgh. He wasn't super hot on the idea of using...