Sha256: d6eef0c84227fc8c162e2f8f27eb83a9909679d0666b79ec018e8c584d0b006f
Contents?: true
Size: 788 Bytes
Versions: 29
Compression:
Stored size: 788 Bytes
Contents
// ******************************************************************* // Border Style // Variables for controlling the style of an element's borders. // 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; // ******************************************************************* // 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;
Version data entries
29 entries across 29 versions & 1 rubygems