/**
 * @description a css border string
 * @format color | style | width
 */
type Border = `${ColorHex} ${string} ${string}`
