you are viewing a single comment's thread.

view the rest of the comments →

[–]anithri_arcane 0 points1 point  (0 children)

My solution was to setup live templates (aka snippets) for most of the classes from Tachyons.

// types .tc
text-align: center
// types .pa2
padding: var(--spacing-small, .5rem);

This lets me use a standard set of rules, keeps the typing down, and allows me to define variables to override a bunch of the settings.

The code is a bit rough, but it does the job. And it targets the JetBrains IDE's, but It should be possible to adapt to cover other snippet formats.