5 ms·
Lots of promising improvements. I'm most excited about being able to control the theme via CSS instead of having to extend via JS.
by ado__dev 3y ago
Lots of promising improvements. I'm most excited about being able to control the theme via CSS instead of having to extend via JS.
- verdverm 3y agoSame excitement here, I had to drop into css to write this yesterday, as extend in the config file did not like it .vertical-center-line { background: linear-gradient(#000, #000) no-repeat center/2px 100%; } .horizontal-left-center-line { background: linear-gradient(to right, #000, #000) no-repeat left/50% 2px; } .horizontal-right-center-line { background: linear-gradient(to right, #000, #000) no-repeat right/50% 2px; }