argyleink / open-props

CSS custom properties to help accelerate adaptive and consistent design.
https://open-props.style
MIT License
4.8k stars 192 forks source link

Created durations.css to address #415; #424

Closed jon-stumpf closed 1 year ago

jon-stumpf commented 1 year ago

I created extra/durations.css to implement a number of durations, drawing from a few sources across the web.

stackblitz[bot] commented 1 year ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

jon-stumpf commented 1 year ago

@argyleink Should these all have a prefix to avoid (future) conflicts? For example, --dt-day, where dt = delta time = duration.

argyleink commented 1 year ago

@argyleink Should these all have a prefix to avoid (future) conflicts? For example, --dt-day, where dt = delta time = duration.

if someone was running into naming conflicts they can build a version of open props with a prefix of their choice. but in short no, i dont think these needed to have a prefix. just like --blue-5 doesnt.