Obsidian-TTRPG-Community / Fantasy-Statblocks-CSS-Development

6 stars 5 forks source link

Some Updates :O #1

Closed sigrunixia closed 1 year ago

sigrunixia commented 1 year ago
sigrunixia commented 1 year ago

LGTM, except for the formatting. Why is the closing bracket indented in some places? I would strongly vote for brackets like this:

.selector {
    rules: values;
}

Not this

.selector {
    rules: values;
    }

Ah, that would be from a setting I had in the IDE to line up endings to the last line. Helped me not get turned around so much. I'll fix it on my end.

sigrunixia commented 1 year ago

Should be adjusted now.