Sha256: 02ac981c17ada07d895c66e897e1531c640b4a18fb1dd4a02d6c983170d30427
Contents?: true
Size: 788 Bytes
Versions: 5
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 // Utilities for controlling the width of an element's borders. // border-width: $border; // ******************************************************************* $border-0: 0; $border-2: 2px; $border-4: 4px; $border-8: 8px; $border: 1px;
Version data entries
5 entries across 5 versions & 1 rubygems