ply-css 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/llms-full.txt CHANGED
@@ -246,6 +246,7 @@ Override `--ply-*` custom properties to theme the entire app with one CSS block:
246
246
  --ply-color-body: #1a1a1a;
247
247
  --ply-color-headings: #78350f;
248
248
  --ply-border-color: #fbbf24;
249
+ --ply-border-radius: 0.375rem;
249
250
  --ply-btn-default-bg: #b45309;
250
251
  --ply-btn-default-bg-hover: #92400e;
251
252
  --ply-btn-default-bg-active: #7c2d12;
@@ -290,7 +291,7 @@ When integrating third-party components that don't use `--ply-*` variables, map
290
291
  Key variables for mapping:
291
292
  - Backgrounds: `--ply-bg-body`, `--ply-bg-surface`, `--ply-bg-surface-alt`, `--ply-bg-muted`
292
293
  - Text: `--ply-color-body`, `--ply-color-secondary`, `--ply-color-muted`
293
- - Borders: `--ply-border-color`, `--ply-border-strong`
294
+ - Borders: `--ply-border-color`, `--ply-border-strong`, `--ply-border-radius`
294
295
  - Interactive: `--ply-btn-default-bg`, `--ply-color-link`, `--ply-color-focus`
295
296
  - Inverse text: `--ply-color-text-inverse` (white in light, dark in dark)
296
297
 
@@ -399,7 +400,7 @@ Always include: `<meta name="viewport" content="width=device-width, initial-scal
399
400
  - `padding-xs` (0.25rem), `padding-sm` (0.5rem), `padding` (default), `padding-lg` (1.5rem), `padding-xl` (2rem)
400
401
  - `margin-bottom`, `margin-top-lg`, `margin-xl` — directional + size variants
401
402
  - `border` — 1px solid using `--ply-border-color` (theme-aware)
402
- - `border-radius` (default), `border-radius-lg` (0.75rem), `border-radius-xl` (1.5rem)
403
+ - `border-radius` uses `var(--ply-border-radius)` (default 0.25rem, themeable). `border-radius-lg`, `border-radius-xl`
403
404
 
404
405
  Equal-height cards in a row:
405
406
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ply-css",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "ply — A ratio-based, AI-ready CSS framework with dark mode, accessibility, and a small footprint",
5
5
  "main": "dist/css/ply.css",
6
6
  "style": "dist/css/ply.min.css",
package/ply-classes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.6.0",
2
+ "version": "1.6.1",
3
3
  "framework": "ply",
4
4
  "totalClasses": 457,
5
5
  "uniqueClasses": 457,
@@ -14,6 +14,7 @@
14
14
  "--ply-color-headings",
15
15
  "--ply-color-secondary",
16
16
  "--ply-border-color",
17
+ "--ply-border-radius",
17
18
  "--ply-btn-default-bg",
18
19
  "--ply-btn-secondary-bg",
19
20
  "--ply-color-accent",
@@ -54,12 +55,13 @@
54
55
  "--ply-btn-secondary-bg-active",
55
56
  "--ply-color-link-hover",
56
57
  "--ply-color-accent",
58
+ "--ply-border-radius",
57
59
  "--ply-btn-border-radius"
58
60
  ]
59
61
  },
60
62
  "themeTemplate": {
61
63
  "description": "Copy-paste starting point for custom themes. Replace placeholder values with your design colors. Every ply component respects these variables.",
62
- "css": "[data-theme=\"my-theme\"] {\n /* Background */\n --ply-bg-body: #___;\n --ply-bg-surface: #___;\n --ply-bg-surface-alt: #___;\n --ply-bg-muted: #___;\n\n /* Text */\n --ply-color-body: #___;\n --ply-color-headings: #___;\n --ply-color-secondary: #___;\n --ply-color-muted: #___;\n --ply-color-placeholder: #___;\n --ply-color-text-inverse: #___;\n\n /* Borders */\n --ply-border-color: #___;\n --ply-border-strong: #___;\n\n /* Interactive */\n --ply-color-accent: #___;\n --ply-color-focus: #___;\n --ply-color-link-hover: #___;\n\n /* Buttons */\n --ply-btn-default-bg: #___;\n --ply-btn-default-color: #___;\n --ply-btn-default-bg-hover: #___;\n --ply-btn-default-bg-active: #___;\n --ply-btn-secondary-bg: #___;\n --ply-btn-secondary-color: #___;\n --ply-btn-secondary-bg-hover: #___;\n --ply-btn-secondary-bg-active: #___;\n --ply-btn-border-radius: 2rem;\n --ply-btn-font-size: 1em;\n --ply-btn-gap: 0.5em;\n\n /* Forms */\n --ply-color-input-bg: #___;\n --ply-color-input-border: #___;\n\n /* Navigation */\n --ply-nav-bg: #___;\n --ply-nav-color: #___;\n --ply-nav-border: #___;\n --ply-nav-hover: #___;\n\n /* Code */\n --ply-color-code-bg: #___;\n --ply-color-code-border: #___;\n\n /* Tables */\n --ply-color-table-border: #___;\n --ply-color-table-stripped: #___;\n\n /* Elevation */\n --ply-layer-0: #___;\n --ply-layer-1: #___;\n --ply-layer-2: #___;\n --ply-layer-3: #___;\n --ply-shadow-1: rgba(0, 0, 0, 0.08);\n --ply-shadow-2: rgba(0, 0, 0, 0.1);\n --ply-shadow-3: rgba(0, 0, 0, 0.12);\n\n /* Typography (optional) */\n --ply-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n --ply-font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n --ply-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n}"
64
+ "css": "[data-theme=\"my-theme\"] {\n /* Background */\n --ply-bg-body: #___;\n --ply-bg-surface: #___;\n --ply-bg-surface-alt: #___;\n --ply-bg-muted: #___;\n\n /* Text */\n --ply-color-body: #___;\n --ply-color-headings: #___;\n --ply-color-secondary: #___;\n --ply-color-muted: #___;\n --ply-color-placeholder: #___;\n --ply-color-text-inverse: #___;\n\n /* Borders */\n --ply-border-color: #___;\n --ply-border-strong: #___;\n --ply-border-radius: 0.25rem;\n\n /* Interactive */\n --ply-color-accent: #___;\n --ply-color-focus: #___;\n --ply-color-link-hover: #___;\n\n /* Buttons */\n --ply-btn-default-bg: #___;\n --ply-btn-default-color: #___;\n --ply-btn-default-bg-hover: #___;\n --ply-btn-default-bg-active: #___;\n --ply-btn-secondary-bg: #___;\n --ply-btn-secondary-color: #___;\n --ply-btn-secondary-bg-hover: #___;\n --ply-btn-secondary-bg-active: #___;\n --ply-btn-border-radius: 2rem;\n --ply-btn-font-size: 1em;\n --ply-btn-gap: 0.5em;\n\n /* Forms */\n --ply-color-input-bg: #___;\n --ply-color-input-border: #___;\n\n /* Navigation */\n --ply-nav-bg: #___;\n --ply-nav-color: #___;\n --ply-nav-border: #___;\n --ply-nav-hover: #___;\n\n /* Code */\n --ply-color-code-bg: #___;\n --ply-color-code-border: #___;\n\n /* Tables */\n --ply-color-table-border: #___;\n --ply-color-table-stripped: #___;\n\n /* Elevation */\n --ply-layer-0: #___;\n --ply-layer-1: #___;\n --ply-layer-2: #___;\n --ply-layer-3: #___;\n --ply-shadow-1: rgba(0, 0, 0, 0.08);\n --ply-shadow-2: rgba(0, 0, 0, 0.1);\n --ply-shadow-3: rgba(0, 0, 0, 0.12);\n\n /* Typography (optional) */\n --ply-font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n --ply-font-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n --ply-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n}"
63
65
  },
64
66
  "classes": {
65
67
  "units-container": {
@@ -1497,7 +1499,7 @@
1497
1499
  },
1498
1500
  "border-radius": {
1499
1501
  "category": "helpers",
1500
- "description": "Apply default border-radius."
1502
+ "description": "Apply border-radius using var(--ply-border-radius). Default 0.25rem, themeable."
1501
1503
  },
1502
1504
  "color-black": {
1503
1505
  "category": "helpers",
@@ -1753,11 +1755,11 @@
1753
1755
  },
1754
1756
  "border-radius-lg": {
1755
1757
  "category": "helpers",
1756
- "description": "Large border radius (0.75rem)."
1758
+ "description": "Large border radius (3x --ply-border-radius)."
1757
1759
  },
1758
1760
  "border-radius-xl": {
1759
1761
  "category": "helpers",
1760
- "description": "Extra large border radius (1.5rem)."
1762
+ "description": "Extra large border radius (6x --ply-border-radius)."
1761
1763
  },
1762
1764
  "spinning": {
1763
1765
  "category": "helpers",
@@ -2466,7 +2468,8 @@
2466
2468
  },
2467
2469
  "borders": {
2468
2470
  "--ply-border-color": "Standard border. Light: #e0e0e0, Dark: #525252",
2469
- "--ply-border-strong": "Emphasized border. Light: #8d8d8d, Dark: #6f6f6f"
2471
+ "--ply-border-strong": "Emphasized border. Light: #8d8d8d, Dark: #6f6f6f",
2472
+ "--ply-border-radius": "Global border-radius for inputs, cards, dialogs, details, notifications, and other components. Default: 0.25rem. Override to change the overall shape language (e.g., 0 for sharp, 0.5rem for softer)."
2470
2473
  },
2471
2474
  "interactive": {
2472
2475
  "--ply-color-accent": "Brand accent color for icons, badges, and section accents. Independent of button color and focus rings. Light: #0353e9, Dark: #4589ff. Override in custom themes without affecting buttons.",
@@ -39,6 +39,7 @@
39
39
  /* Borders */
40
40
  --ply-border-color: #334155;
41
41
  --ply-border-strong: #475569;
42
+ --ply-border-radius: 0.5rem;
42
43
 
43
44
  /* Interactive */
44
45
  --ply-color-link: #60a5fa;
@@ -102,6 +103,7 @@
102
103
  /* Borders */
103
104
  --ply-border-color: #d6d3d1;
104
105
  --ply-border-strong: #a8a29e;
106
+ --ply-border-radius: 0.375rem;
105
107
 
106
108
  /* Interactive */
107
109
  --ply-color-link: #b45309;
@@ -259,6 +261,7 @@
259
261
  <tr><td><code>--ply-color-text-inverse</code></td><td>Text on dark buttons</td></tr>
260
262
  <tr><td><code>--ply-border-color</code></td><td>Default borders</td></tr>
261
263
  <tr><td><code>--ply-border-strong</code></td><td>Prominent borders</td></tr>
264
+ <tr><td><code>--ply-border-radius</code></td><td>Global border radius (inputs, cards, dialogs)</td></tr>
262
265
  <tr><td><code>--ply-color-link</code></td><td>Link color</td></tr>
263
266
  <tr><td><code>--ply-color-link-hover</code></td><td>Link hover</td></tr>
264
267
  <tr><td><code>--ply-color-focus</code></td><td>Focus ring</td></tr>
@@ -433,10 +433,10 @@ button.btn-white {
433
433
  border-radius: 0;
434
434
 
435
435
  &:first-child {
436
- border-radius: (variables.$border-radius * 0.5) 0 0 (variables.$border-radius * 0.5);
436
+ border-radius: calc(var(--ply-border-radius) * 0.5) 0 0 calc(var(--ply-border-radius) * 0.5);
437
437
  }
438
438
  &:last-child {
439
- border-radius: 0 (variables.$border-radius * 0.5) (variables.$border-radius * 0.5) 0;
439
+ border-radius: 0 calc(var(--ply-border-radius) * 0.5) calc(var(--ply-border-radius) * 0.5) 0;
440
440
  }
441
441
  }
442
442
 
@@ -449,10 +449,10 @@ button.btn-white {
449
449
  .btn,
450
450
  .input-search {
451
451
  &:first-child {
452
- border-radius: (variables.$border-radius * 2) 0 0 (variables.$border-radius * 2);
452
+ border-radius: calc(var(--ply-border-radius) * 2) 0 0 calc(var(--ply-border-radius) * 2);
453
453
  }
454
454
  &:last-child {
455
- border-radius: 0 (variables.$border-radius * 2) (variables.$border-radius * 2) 0;
455
+ border-radius: 0 calc(var(--ply-border-radius) * 2) calc(var(--ply-border-radius) * 2) 0;
456
456
  }
457
457
  }
458
458
  }
@@ -78,6 +78,7 @@ $btn-secondary-dark-active: #bebebe;
78
78
  --ply-btn-secondary-bg-hover: color-mix(in oklch, var(--ply-btn-secondary-bg), black 15%);
79
79
  --ply-btn-secondary-bg-active: #{$btn-secondary-light-active};
80
80
  --ply-btn-secondary-bg-active: color-mix(in oklch, var(--ply-btn-secondary-bg), black 25%);
81
+ --ply-border-radius: #{variables.$border-radius};
81
82
  --ply-btn-border-radius: #{variables.$button-radius};
82
83
 
83
84
  // Navigation
@@ -61,7 +61,7 @@ dialog {
61
61
  color: var(--ply-color-secondary);
62
62
  font-size: variables.$font-size-xl;
63
63
  cursor: pointer;
64
- border-radius: variables.$border-radius;
64
+ border-radius: var(--ply-border-radius);
65
65
  transition: background-color 0.15s ease;
66
66
 
67
67
  &:hover {
@@ -71,7 +71,7 @@
71
71
  input[type="datetime-local"],
72
72
  textarea,
73
73
  select {
74
- border-radius: variables.$border-radius;
74
+ border-radius: var(--ply-border-radius);
75
75
  display: block;
76
76
  width: 100%;
77
77
  padding: 0.5em 0.75em;
@@ -161,7 +161,7 @@ textarea {
161
161
 
162
162
  // Fieldset
163
163
  fieldset {
164
- border-radius: variables.$border-radius;
164
+ border-radius: var(--ply-border-radius);
165
165
 
166
166
  background-color: var(--ply-bg-surface);
167
167
  padding: variables.$base-line;
@@ -308,7 +308,7 @@ select.input-xs {
308
308
  min-width: 0;
309
309
  display: block !important;
310
310
  margin-bottom: 0;
311
- border-radius: variables.$border-radius;
311
+ border-radius: var(--ply-border-radius);
312
312
  }
313
313
 
314
314
  // Zero out joining edges
@@ -316,13 +316,13 @@ select.input-xs {
316
316
  textarea:not(:last-child),
317
317
  select:not(:last-child) {
318
318
  border-right: none;
319
- border-radius: variables.$border-radius 0 0 variables.$border-radius;
319
+ border-radius: var(--ply-border-radius) 0 0 var(--ply-border-radius);
320
320
  }
321
321
 
322
322
  input:not(:first-child),
323
323
  textarea:not(:first-child),
324
324
  select:not(:first-child) {
325
- border-radius: 0 variables.$border-radius variables.$border-radius 0;
325
+ border-radius: 0 var(--ply-border-radius) var(--ply-border-radius) 0;
326
326
  }
327
327
 
328
328
  // Middle element (both prepend and append)
@@ -348,12 +348,12 @@ select.input-xs {
348
348
 
349
349
  .input-prepend {
350
350
  border-right: none;
351
- border-radius: variables.$border-radius 0 0 variables.$border-radius;
351
+ border-radius: var(--ply-border-radius) 0 0 var(--ply-border-radius);
352
352
  }
353
353
 
354
354
  .input-append {
355
355
  border-left: none;
356
- border-radius: 0 variables.$border-radius variables.$border-radius 0;
356
+ border-radius: 0 var(--ply-border-radius) var(--ply-border-radius) 0;
357
357
 
358
358
  &:has(.btn) {
359
359
  padding: 0;
@@ -363,7 +363,7 @@ select.input-xs {
363
363
  .btn {
364
364
  display: flex;
365
365
  align-items: center;
366
- border-radius: 0 variables.$border-radius variables.$border-radius 0;
366
+ border-radius: 0 var(--ply-border-radius) var(--ply-border-radius) 0;
367
367
  margin: 0;
368
368
  border-left: none;
369
369
  white-space: nowrap;
@@ -383,7 +383,7 @@ select.input-xs {
383
383
  .btn {
384
384
  display: flex;
385
385
  align-items: center;
386
- border-radius: 0 variables.$border-radius variables.$border-radius 0;
386
+ border-radius: 0 var(--ply-border-radius) var(--ply-border-radius) 0;
387
387
  margin: 0;
388
388
  white-space: nowrap;
389
389
 
@@ -428,7 +428,7 @@ select.select-outlined {
428
428
  background-size: 0.75em;
429
429
  padding: 0.5em 2.5em 0.5em 0.75em;
430
430
  border: 1px solid var(--ply-border-strong, colors.$color-neutral-300);
431
- border-radius: variables.$border-radius;
431
+ border-radius: var(--ply-border-radius);
432
432
  color: var(--ply-color-body);
433
433
  font-size: 1em;
434
434
  line-height: variables.$base-line;
@@ -211,7 +211,7 @@
211
211
  }
212
212
 
213
213
  .border-radius {
214
- border-radius: variables.$border-radius;
214
+ border-radius: var(--ply-border-radius);
215
215
  }
216
216
 
217
217
  // UX Helpers
@@ -276,11 +276,11 @@ $width-breakpoints: (
276
276
  }
277
277
 
278
278
  .border-radius-lg {
279
- border-radius: 0.75rem;
279
+ border-radius: calc(var(--ply-border-radius) * 3);
280
280
  }
281
281
 
282
282
  .border-radius-xl {
283
- border-radius: 1.5rem;
283
+ border-radius: calc(var(--ply-border-radius) * 6);
284
284
  }
285
285
 
286
286
  // Text color helpers (theme-compatible)
@@ -386,7 +386,7 @@ $width-breakpoints: (
386
386
 
387
387
  .code {
388
388
  border: 1px solid colors.$color-gray-light;
389
- border-radius: variables.$border-radius;
389
+ border-radius: var(--ply-border-radius);
390
390
  display: inline-block;
391
391
  font-size: .8rem;
392
392
  font-family: variables.$font-family-code;
@@ -16,7 +16,7 @@
16
16
  }
17
17
 
18
18
  &.active input {
19
- border-radius: variables.$border-radius variables.$border-radius 0 0;
19
+ border-radius: var(--ply-border-radius) var(--ply-border-radius) 0 0;
20
20
  border-bottom-color: var(--ply-border-color, colors.$color-gray);
21
21
  }
22
22
  }
@@ -35,7 +35,7 @@
35
35
  background: var(--ply-bg-surface, colors.$color-white);
36
36
  border: 1px solid var(--ply-color-input-border, colors.$color-input-border);
37
37
  border-top: none;
38
- border-radius: 0 0 variables.$border-radius variables.$border-radius;
38
+ border-radius: 0 0 var(--ply-border-radius) var(--ply-border-radius);
39
39
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
40
40
  max-height: 240px;
41
41
  overflow-y: auto;
@@ -98,7 +98,7 @@
98
98
  min-height: 2.5rem;
99
99
  background: var(--ply-color-input-bg, colors.$color-white);
100
100
  border: 1px solid var(--ply-color-input-border, colors.$color-input-border);
101
- border-radius: variables.$border-radius;
101
+ border-radius: var(--ply-border-radius);
102
102
  cursor: text;
103
103
  transition: border-color 0.15s ease;
104
104
  align-items: center;
@@ -109,7 +109,7 @@
109
109
  }
110
110
 
111
111
  .multiselect.active & {
112
- border-radius: variables.$border-radius variables.$border-radius 0 0;
112
+ border-radius: var(--ply-border-radius) var(--ply-border-radius) 0 0;
113
113
  border-bottom-color: var(--ply-border-color, colors.$color-gray);
114
114
  }
115
115
 
@@ -138,7 +138,7 @@
138
138
  padding: 0.125rem 0.375rem;
139
139
  background: var(--ply-bg-muted, colors.$color-gray);
140
140
  color: var(--ply-color-body, colors.$color-body);
141
- border-radius: variables.$border-radius;
141
+ border-radius: var(--ply-border-radius);
142
142
  font-size: variables.$font-size-sm;
143
143
  line-height: 1.5;
144
144
  white-space: nowrap;
@@ -191,7 +191,7 @@
191
191
  background: var(--ply-bg-surface, colors.$color-white);
192
192
  border: 1px solid var(--ply-color-input-border, colors.$color-input-border);
193
193
  border-top: none;
194
- border-radius: 0 0 variables.$border-radius variables.$border-radius;
194
+ border-radius: 0 0 var(--ply-border-radius) var(--ply-border-radius);
195
195
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
196
196
  max-height: 240px;
197
197
  overflow-y: auto;
@@ -291,7 +291,7 @@ nav {
291
291
  display: block;
292
292
  padding: 0.25rem 0.75rem;
293
293
  font-size: variables.$font-size-sm;
294
- border-radius: var(--ply-nav-stacked-radius, 0.25rem);
294
+ border-radius: var(--ply-nav-stacked-radius, var(--ply-border-radius));
295
295
  }
296
296
 
297
297
  & a {
@@ -505,7 +505,7 @@ nav {
505
505
  height: variables.$base-line * 1.5;
506
506
  padding: variables.$grid-gutter-width * 0.5 variables.$padding;
507
507
  border: 1px solid var(--ply-border-color);
508
- border-radius: variables.$border-radius;
508
+ border-radius: var(--ply-border-radius);
509
509
  background: var(--ply-bg-surface, #fff);
510
510
  color: var(--ply-color-body);
511
511
  text-decoration: none;
@@ -19,7 +19,7 @@ $alert-colors: (
19
19
  background: var(--ply-bg-surface-alt, colors.$color-gray-pastel);
20
20
  color: var(--ply-color-body, colors.$color-black);
21
21
  margin-bottom: variables.$base-line;
22
- border-radius: variables.$border-radius;
22
+ border-radius: var(--ply-border-radius);
23
23
  border-left: 4px solid colors.$color-gray-dark;
24
24
  display: flex;
25
25
  align-items: flex-start;
@@ -63,7 +63,7 @@ $alert-colors: (
63
63
  align-items: center;
64
64
  justify-content: center;
65
65
  margin: -0.5rem -0.375rem -0.5rem 0;
66
- border-radius: variables.$border-radius;
66
+ border-radius: var(--ply-border-radius);
67
67
 
68
68
  &:hover {
69
69
  opacity: 1;
@@ -265,7 +265,7 @@ img {
265
265
  /* Native <details>/<summary> — Swiss/Modernist accordion */
266
266
  details {
267
267
  border: 1px solid var(--ply-border-color, #e0e0e0);
268
- border-radius: 0.25rem;
268
+ border-radius: var(--ply-border-radius);
269
269
  padding: 0.75rem 1rem;
270
270
  margin-bottom: 1.5rem;
271
271
  }
@@ -303,7 +303,7 @@ details[open] > summary {
303
303
  /* Native <dialog> — modal styling */
304
304
  dialog {
305
305
  border: none;
306
- border-radius: 0.25rem;
306
+ border-radius: var(--ply-border-radius);
307
307
  padding: 1.5rem;
308
308
  max-width: 32rem;
309
309
  width: 90%;
@@ -322,23 +322,23 @@ progress {
322
322
  width: 100%;
323
323
  height: 0.5rem;
324
324
  border: none;
325
- border-radius: 0.25rem;
325
+ border-radius: var(--ply-border-radius);
326
326
  background: var(--ply-bg-muted, #e0e0e0);
327
327
  margin-bottom: 1.5rem;
328
328
 
329
329
  &::-webkit-progress-bar {
330
330
  background: var(--ply-bg-muted, #e0e0e0);
331
- border-radius: 0.25rem;
331
+ border-radius: var(--ply-border-radius);
332
332
  }
333
333
 
334
334
  &::-webkit-progress-value {
335
335
  background: var(--ply-color-link, #0f62fe);
336
- border-radius: 0.25rem;
336
+ border-radius: var(--ply-border-radius);
337
337
  }
338
338
 
339
339
  &::-moz-progress-bar {
340
340
  background: var(--ply-color-link, #0f62fe);
341
- border-radius: 0.25rem;
341
+ border-radius: var(--ply-border-radius);
342
342
  }
343
343
  }
344
344
 
@@ -347,7 +347,7 @@ meter {
347
347
  width: 100%;
348
348
  height: 0.5rem;
349
349
  border: none;
350
- border-radius: 0.25rem;
350
+ border-radius: var(--ply-border-radius);
351
351
  background: var(--ply-bg-muted, #e0e0e0);
352
352
  margin-bottom: 1.5rem;
353
353
  }
@@ -104,25 +104,25 @@
104
104
  select:not(:last-child) {
105
105
  border-right: initial;
106
106
  border-left: none;
107
- border-radius: 0 variables.$border-radius variables.$border-radius 0;
107
+ border-radius: 0 var(--ply-border-radius) var(--ply-border-radius) 0;
108
108
  }
109
109
 
110
110
  input:not(:first-child),
111
111
  textarea:not(:first-child),
112
112
  select:not(:first-child) {
113
- border-radius: variables.$border-radius 0 0 variables.$border-radius;
113
+ border-radius: var(--ply-border-radius) 0 0 var(--ply-border-radius);
114
114
  }
115
115
 
116
116
  .input-prepend {
117
117
  border-right: initial;
118
118
  border-left: none;
119
- border-radius: 0 variables.$border-radius variables.$border-radius 0;
119
+ border-radius: 0 var(--ply-border-radius) var(--ply-border-radius) 0;
120
120
  }
121
121
 
122
122
  .input-append {
123
123
  border-left: initial;
124
124
  border-right: none;
125
- border-radius: variables.$border-radius 0 0 variables.$border-radius;
125
+ border-radius: var(--ply-border-radius) 0 0 var(--ply-border-radius);
126
126
  }
127
127
  }
128
128
 
@@ -284,7 +284,7 @@ pre {
284
284
  color: var(--ply-color-body, colors.$color-body);
285
285
  background: var(--ply-color-code-bg, colors.$color-code-background);
286
286
  border: 1px solid var(--ply-color-code-border, colors.$color-code-border);
287
- border-radius: variables.$border-radius;
287
+ border-radius: var(--ply-border-radius);
288
288
  padding: 1rem;
289
289
  overflow: auto;
290
290
  }