@tpzdsp/eslint-config-dsp
Version:
re-usable config for ESLint, Prettier and semantic-release
29 lines (26 loc) • 679 B
CSS
@theme {
--text-*: initial;
--text-5xl: 3rem;
--text-5xl--line-height: 1.1;
--text-4xl: 2.25rem;
--text-4xl--line-height: 1.15;
--text-3xl: 1.875rem;
--text-3xl--line-height: 1.2;
--text-2xl: 1.5rem;
--text-2xl--line-height: 1.25;
--text-xl: 1.25rem;
--text-xl--line-height: 1.3;
--text-lg: 1.125rem;
--text-lg--line-height: 1.4;
--text-base: 1rem;
--text-base--line-height: 1.5;
--text-sm: 0.875rem;
--text-sm--line-height: 1.5;
--text-xs: 0.8125rem;
--text-xs--line-height: 1.6;
--font-*: initial;
--font-sans: 'GDS Transport', Arial, sans-serif;
--font-weight-*: initial;
--font-weight-normal: 400;
--font-weight-bold: 700;
}