Accelint Design Foundation Expert knowledge for styling with and — opinionated Tailwind conventions that differ from vanilla implementations. NEVER Do When Styling with Design Foundation - NEVER use numeric spacing classes as first choice - Strongly prefer the semantic scale: , , . Numeric classes like , work with a 1:1 relationship ( = 1px, NOT 4px like vanilla Tailwind), but should only be used for rare cases where implementing non-conforming designs. The semantic scale provides design system consistency. - NEVER use manual theme handling with raw color values - Avoid or . Use semantic colo…