Unify workspace lint, format, and type-check quality gates (#2732)

This commit is contained in:
Paweł Kuna
2026-07-30 19:36:41 +02:00
committed by GitHub
parent c527135aae
commit 6db32ea2c2
114 changed files with 2021 additions and 2696 deletions
+4 -6
View File
@@ -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;