Sha256: 044b6f690dff688c94746041b68aaa71f8c53d3fda47666259fae18944a1771e
Contents?: true
Size: 720 Bytes
Versions: 34
Compression:
Stored size: 720 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-full: 9999px; // ******************************************************************* // Border Width // Utilities for controlling the width of an element's borders. // border-width: $border; // ******************************************************************* $border: 1px; $border-0: 0; $border-2: 2px; $border-4: 4px; $border-8: 8px;
Version data entries
34 entries across 34 versions & 1 rubygems