mirror of
https://github.com/tabler/tabler.git
synced 2026-08-29 13:21:29 +04:00
Unify workspace lint, format, and type-check quality gates (#2732)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$prefix: "tblr-";
|
||||
$prefix: 'tblr-';
|
||||
|
||||
@use "highlight";
|
||||
@use 'highlight';
|
||||
|
||||
.dropdown-menu-demo {
|
||||
display: inline-block;
|
||||
@@ -64,10 +64,8 @@ $demo-icon-size: 4rem;
|
||||
aspect-ratio: 1;
|
||||
text-align: center;
|
||||
padding: 0.5rem;
|
||||
border-right: var(--#{$prefix}border-width) var(--#{$prefix}border-style)
|
||||
var(--#{$prefix}border-color);
|
||||
border-bottom: var(--#{$prefix}border-width) var(--#{$prefix}border-style)
|
||||
var(--#{$prefix}border-color);
|
||||
border-right: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color);
|
||||
border-bottom: var(--#{$prefix}border-width) var(--#{$prefix}border-style) var(--#{$prefix}border-color);
|
||||
color: inherit;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user