Sha256: 80845f8f697ef96a4fe45da706c1d2ad85c7e877484db1327ed7b9f606a3304c
Contents?: true
Size: 890 Bytes
Versions: 20
Compression:
Stored size: 890 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: var(--rounded-sm); *****************************************************************/ --rounded-xs: 0.125rem; /* 2px */ --rounded-sm: 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
20 entries across 20 versions & 1 rubygems