Sha256: c3f55448e4ab27b63dac72018080d13973e5429a8edc169d4bee14bd972f3d14
Contents?: true
Size: 786 Bytes
Versions: 11
Compression:
Stored size: 786 Bytes
Contents
// ******************************************************************* // Border Width // Variables for controlling the width of an element's borders. // border-width: $border; // ******************************************************************* $border-0: 0; $border: 1px; $border-2: 2px; $border-4: 4px; $border-8: 8px; // ******************************************************************* // Border Style // Variables for controlling the border radius of an element. // border-radius: $rounded-none; // ******************************************************************* $rounded-none: 0; $rounded-sm: 0.125rem; $rounded: 0.25rem; $rounded-md: 0.375rem; $rounded-lg: 0.5rem; $rounded-xl: 0.75rem; $rounded-2xl: 1rem; $rounded-3xl: 1.5rem; $rounded-full: 9999px;
Version data entries
11 entries across 11 versions & 1 rubygems