Sha256: 30567ca001934aaf457155bf587135719e126fba20d79bc48566e174f3642281
Contents?: true
Size: 788 Bytes
Versions: 16
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: 1px; $border-2: 2px; $border-4: 4px; $border-8: 8px;
Version data entries
16 entries across 16 versions & 1 rubygems