Sha256: 9d0ad18fcec8adcbbd9479ad0d79655aec932ccbac7c2202b6a349ad19b73dcf
Contents?: true
Size: 886 Bytes
Versions: 97
Compression:
Stored size: 886 Bytes
Contents
:root { /**************************************************************** * Border Width * Variables for controlling the width of an element's borders. * border-width: var(--border); *****************************************************************/ --border: 1px; --border-2: 2px; --border-4: 4px; --border-8: 8px; /**************************************************************** * Border Radius * Variables for controlling the border radius of an element. * border-radius: $rounded-none; *****************************************************************/ --rounded-sm: 0.125rem; /* 2px */ --rounded: 0.25rem; /* 4px */ --rounded-md: 0.375rem; /* 6px */ --rounded-lg: 0.5rem; /* 8px */ --rounded-xl: 0.75rem; /* 12px */ --rounded-2xl: 1rem; /* 16px */ --rounded-3xl: 1.5rem; /* 24px */ --rounded-full: 9999px; }
Version data entries
97 entries across 97 versions & 1 rubygems